Skip to content
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

SBML import: Evaluate initial assignments #2359

Merged
merged 2 commits into from
Mar 6, 2024

Conversation

dweindl
Copy link
Member

@dweindl dweindl commented Mar 6, 2024

Evaluate initial assignments to parameters to determine whether the targets are amici parameters or expressions. Related to #2304.

For example, it the initial assignment is log(10), this should still be a parameter instead of an expression, but sympy.log(10).is_Number will be False.

Evaluate initial assignments to parameters to determine whether the targets are amici parameters or expressions. Related to AMICI-dev#2304.
@dweindl dweindl requested a review from a team as a code owner March 6, 2024 14:20
@dweindl dweindl self-assigned this Mar 6, 2024
@dweindl dweindl merged commit 19f7baf into AMICI-dev:develop Mar 6, 2024
16 of 24 checks passed
@dweindl dweindl deleted the fix_ia_eval branch March 6, 2024 19:10
dweindl added a commit to dweindl/AMICI that referenced this pull request Mar 13, 2024
* Ensure initial state parameters are always fixed parameters
* Ensure initial concentration for preequilibration and simulation are both set in both phases to avoid NaN issues
* Fix initialAssignment handling during PEtab import (missed in AMICI-dev#2359)
dweindl added a commit that referenced this pull request Mar 18, 2024
* Ensure initial state parameters are always fixed parameters
* Ensure initial concentration for preequilibration and simulation are both set in both phases to avoid NaN issues
* Fix initialAssignment handling during PEtab import (missed in #2359)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants