tardis-sn/tardisanalysis

Incompatibilities with new configurations system

Closed this issue · 0 comments

The scripts have not been tested upon compatibility with the new configuration system. Some of the old functionality, such as

import tardis
import yaml

config = yaml.safe_load("tardis_config.yml")
mdl = tardis.run_tardis(config)

does work differently now.

All the scripts should be overhauled and the documentation updated.