Rather than having parameter and option declarations within the Likelihood.yaml files we should move them to within the class definitions.
This will fix errors with apparently undeclared variables, make it easier to document the options, allow us to stop having to explicitly include them in [options.package_data]...
Rather than having parameter and option declarations within the
Likelihood.yamlfiles we should move them to within the class definitions.This will fix errors with apparently undeclared variables, make it easier to document the options, allow us to stop having to explicitly include them in
[options.package_data]...