-
- Downloads
Iterate over scenarios without any initialisation
The intention is to replace the current config, sweep, and context modules with a simpler workflow that divides this process into several discrete stages. This first stage supports iterating over combinations of observation model parameters, with each "instance" being returned as a type that can be pickled and sent to another Python process for construction and validation (i.e., to be turned into a Context object).
Showing
doc/api/scenario.rst
0 → 100644
src/pypfilt/scenario.py
0 → 100644
tests/test_scenario_instances.py
0 → 100644
Please register or sign in to comment