-
Notifications
You must be signed in to change notification settings - Fork 31
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
InitialAssignment issue #2418
Comments
Is it possible this is a typo of |
@FFroehlich , unfortunately not Here are the PEtab tables:
This is related to ICB-DCM/pyPESTO#1334 |
I can confirm that overriding some parameter A via the condition table with some parameter B, where B has a parameter-dependent initial assignment is currently not supported in amici. We should either implement that, or produce a more informative error. |
@dweindl , thank you, I see. See: ICB-DCM/pyPESTO#1334 |
If both parameters are estimated on a log scale, you can reparametrize the problem as |
@FFroehlich, that's what I did before. Actually, this brought me to this InitialAssignment issue Please, see ICB-DCM/pyPESTO#1334 |
Hello, there is an issue with InitialAssignment
When I run:
It returns:
The compiled model:
But, if I change the InitialAssignment so that there are no other symbols, for example:
It works without errors and the compiled model adds Ke_3 to Model const parameters
I'm using up-to-date versions of packages
Thank you
The text was updated successfully, but these errors were encountered: