You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nice presentation today at EGU. I would like to suggest the model-organization package for this issue.
Besides it's automated command line API (see the example in the docs), this module organizes experiments and makes the configuration accessible and clearly arranged. One simple implementation would be
Thanks for the suggestion @Chilipp ! I haven't really looked into existing solutions for automating cmd line interface yet but I'll look into your package.
Besides Python API, a command line interface would be nice to have for things like:
xsimlab inspect
xsimlab generate
xsimlab run
As reference, see, e.g., the command line scripts implemented in
distributed
based on click: https://github.com/dask/distributed/tree/master/distributed/cliSee also how to add it in conda packages as entry points:
https://github.com/conda-forge/distributed-feedstock/blob/master/recipe/meta.yaml
The text was updated successfully, but these errors were encountered: