-
Notifications
You must be signed in to change notification settings - Fork 5
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
Automate tasks with pixi #747
Comments
Fixed with #911 |
visr
added a commit
that referenced
this issue
Jan 11, 2024
Fixes #502 Fixes #747 Using `LoggingExtras` as a basis to write logs to two places at the same time. The verbosity only applies to the file logger. The terminal logger will always be on Progress level (-1). The settings.json was adjusted to exclude some folders that do not help in our development. --------- Co-authored-by: Martijn Visser <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pixi run generate-testmodels basic
should generate the basic modelpixi run ribasim /path/to/ribasim.toml
, implementation might be similar tousing Ribasim; Ribasim.run(ARGS)
(in progress as part of FR: Log to file #502)Follow up to #598
The text was updated successfully, but these errors were encountered: