baler-collaboration / baler

Repository of Baler, a machine learning based data compression tool
https://github.com/baler-collaboration/baler.github.io
Apache License 2.0
30 stars 26 forks source link

moved config to yaml, remove unused tests #368

Open fritjof-b opened 6 months ago

fritjof-b commented 6 months ago

This is a big PR, moving the configuration to YAML in the root of the project. This config then gets copied when you create a new project using --newProject. The config file itself might need some refinement.

Breaking: If you're currently using a config.py, you need to translate it to <project_name>_config.yaml, and store it in the same location as your previous python configuration.

For reviewers: Please check out the branch and run your models, and plotting before approving.

gallenaxel commented 6 months ago

Starting a checklist to see what works and not: works

doesn't work