-
-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HomotopyContinuation extension of MTK breaks creation of ODESystems in PEtab.jl #3291
Comments
This is filed as issue 610 in HomotopyContinuation.jl as well. I did some investigation, it seems like it might be related to the ModelingToolkit extension of HC.jl. Specifically, the below methods might be related. (I left some commentary below that, which is from Claude, and probably inaccurate/speculative)
This is very revealing! The conflict appears to be in the ModelingToolkit HomotopyContinuation extension. When HomotopyContinuation is loaded, it adds four new methods to NonlinearSystem, all related to HomotopyContinuationProblem. |
Creating a PEtab problem is a bit challenging, if you like you can just save the below as a shell script and run it. (at your own risk!)
|
When one has PETab.jl, and Homotopycontinuation.jl loaded, PETab.jl ceases to function.
MWE: (you need to have a PEtab problem in a directory, for instance "blind_petab_problem" below, I'll add some directions in a comment on the issue)
error:
This is in a new project with these versions:
The text was updated successfully, but these errors were encountered: