Skip to content

Add verbose = false option #130

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

Closed
TorkelE opened this issue Apr 3, 2025 · 2 comments · Fixed by #133
Closed

Add verbose = false option #130

TorkelE opened this issue Apr 3, 2025 · 2 comments · Fixed by #133

Comments

@TorkelE
Copy link
Member

TorkelE commented Apr 3, 2025

When loading a large number of models, it could be nice to add an option to turn off printing like

Parsing parameters...done
Creating parameters...done
Parsing species...done
Creating species...done
Creating species and parameters for evaluating expressions...done
Parsing and adding reactions...done
Parsing groups...done

Happy to add at some point, should be straightforward to change

print("Creating species and parameters for evaluating expressions..."

to

verbose && print("Creating species and parameters for evaluating expressions..."
@ChrisRackauckas
Copy link
Member

Yeah this repo probably just needs a verbose. Though we should at some point make it easier to set globally, some related discussion in SciML/SciMLBase.jl#962

@isaacsas
Copy link
Member

isaacsas commented Apr 3, 2025

@TorkelE a PR for this would certainly be welcome.

We'll likely need some updates here after Catalyst 15 anyways, so at that time perhaps we can do a bit of a refresh. I wanted to fix up species creation for networks defined via stoichiometric matrices.

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 a pull request may close this issue.

3 participants