floatcsep.experiment.Experiment.from_yml

classmethod Experiment.from_yml(config_yml, reprdir=None, **kwargs)[source]

Initializes an experiment from a .yml file. It must contain the attributes described in the Experiment, read_time_config() and read_region_config() descriptions

Parameters:
  • config_yml (str) – The path to the .yml file

  • reprdir (str) – folder where to reproduce results

Returns:

An Experiment class instance