Defined a loader in a yaml.load() call to avoid a deprecation warning
Instructions to review the pull request
Run the notebook TS_generation_example.ipynb. It should give a warning after line TSC_02 = TSgen.load_TS_class(filename) : ts_generator/TS_generator.py:74: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated
install this PR
Rerun the notebook TS_generation_example.ipynb. The warning should have disappeared
List of related issues or pull requests
Refs: #12
Describe the changes made in this pull request
Defined a loader in a yaml.load() call to avoid a deprecation warning
Instructions to review the pull request
TS_generation_example.ipynb
. It should give a warning after lineTSC_02 = TSgen.load_TS_class(filename)
:ts_generator/TS_generator.py:74: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated
TS_generation_example.ipynb
. The warning should have disappeared