pyrevs.bin

Submodules

Functions

alive(→ None)

Check pyREVS.

input_help(→ None)

Print a help message for a dataclass.

sampling_run(→ None)

Start a pyREVS run from a file with a forward model.

template_model(→ None)

Copy a templated forward model file.

Package Contents

alive() None[source]

Check pyREVS.

input_help() None[source]

Print a help message for a dataclass.

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