pyrevs.bin¶
Submodules¶
Functions¶
|
Check pyREVS. |
|
Print a help message for a dataclass. |
|
Start a pyREVS run from a file with a forward model. |
|
Copy a templated forward model file. |
Package Contents¶
- sampling_run(a_args: list[str] | None = None) None[source]¶
Start a pyREVS run from a file with a forward model.
- Parameters:
a_args – optional list of options
- template_model(a_args: list[str] | None = None) None[source]¶
Copy a templated forward model file.
A helper function to help getting started from scratch on a new model. The include_optional flag will add all the non final methods to the subclass, usefull when dealing with more complex models.
- Parameters:
a_args – optional list of options