firecrown.app.experiment

Experiment visualization and analysis.

Classes

Load

Experiment data visualization and analysis.

View

Display a summary of the experiment file.

Module Contents

class firecrown.app.experiment.Load[source]

Bases: firecrown.app.logging.Logging

Inheritance diagram of firecrown.app.experiment.Load

Experiment data visualization and analysis.

experiment_file: Annotated[pathlib.Path, typer.Argument(help='Path to the experiment file.', show_default=True)]
__post_init__()[source]

Loads experiment.

Return type:

None

class firecrown.app.experiment.View[source]

Bases: Load

Inheritance diagram of firecrown.app.experiment.View

Display a summary of the experiment file.

__post_init__()[source]

Loads experiment.

Return type:

None