icecube / skyllh

https://icecube.github.io/skyllh/
GNU General Public License v3.0
11 stars 5 forks source link

Store a local copy of the CFG dictionary inside the Analysis class #151

Closed martwo closed 1 year ago

martwo commented 1 year ago

The configuration of an Analysis instance should be local and not global. This will allow to have several Analysis instances within the same Python script.