Yotse Examples

List of Examples

Submodules

examples.run_examples module

Module to provide poetry with functions to run all examples.

This file is used to run all the examples in this folder and subfolders Each file should be of the form example*.py and contain a main-method. If the main-method takes an argument no_output this will be passed as True to avoid creating plots etc.

examples.run_examples._has_no_output_arg(func: Callable[[...], Any]) bool[source]

Check if func has no output.

examples.run_examples._run_example(filepath: str) float[source]

Run the example specified in filepath.

examples.run_examples.run_blueprint_example() None[source]

Run only the blueprint example.

examples.run_examples.run_examples() None[source]

Run all examples except the blueprint example, which takes long.

Module contents