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

M1 issue with steadystate #1226

Open
luciansmith opened this issue Jun 18, 2024 · 2 comments
Open

M1 issue with steadystate #1226

luciansmith opened this issue Jun 18, 2024 · 2 comments
Assignees

Comments

@luciansmith
Copy link

In addition to some of the tests failing on the M1, Paul Jost also reports different results on the M1 vs. other platforms. Here's his script:

roadrunner_instance.conservedMoietyAnalysis = True
# here a call is missing where we set parameter values
roadrunner_instance.getSteadyStateSolver().setValue(
                "allow_presimulation", True
            )
# steady state output = observables + state variables
steady_state_selections = observables_ids + state_variables
roadrunner_instance.steadyStateSelections = steady_state_selections
steady_state = roadrunner_instance.getSteadyStateValuesNamedArray()

And here's the model in question:
environment.xml.txt

@adelhpour
Copy link
Member

I can confirm that we are getting different results on macOSs with apple silicon chips for this example.

@luciansmith
Copy link
Author

@PaulJonasJost Working on this...

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

No branches or pull requests

2 participants