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

Fix observable IDs #8

Merged
merged 1 commit into from
Jun 25, 2023
Merged

Fix observable IDs #8

merged 1 commit into from
Jun 25, 2023

Conversation

dweindl
Copy link
Member

@dweindl dweindl commented Jun 24, 2023

IDs in AMICI models have to be globally unique.

Fixes errors of type E amici.import_utils.SBMLException: AMICI tried to add a local symbol AL with value AL, but AL was already instantiated with AL. This means that there are multiple SBML elements with SId AL, which is invalid SBML. This can be fixed by renaming the elements with SId AL.

re #7 (comment)

IDs in AMICI models have to be globally unique.

Fixes errors of type `E           amici.import_utils.SBMLException: AMICI tried to add a local symbol AL with value AL, but AL was already instantiated with AL. This means that there are multiple SBML elements with SId AL, which is invalid SBML. This can be fixed by renaming the elements with SId AL.`
@dweindl dweindl requested a review from luciansmith June 24, 2023 07:02
@luciansmith luciansmith merged commit 0d160c5 into dev Jun 25, 2023
1 check failed
@luciansmith luciansmith deleted the fix_observable_ids branch June 25, 2023 05:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants