Noah Biederbeck
Noah Biederbeck
Is there an option to make a light color theme based on nord which just switches background/foreground color? I'm thinking of something like [solarized](https://github.com/altercation/solarized).
I can create short flags like this: ```python flags = { ("f", "overwrite"): ( {"DataWriter": {"overwrite": True}}, "Overwrite output file if it exists", ), } ``` which gives me `-f`,...
This is a very preliminary proposal for implementing (1) more flexible FitStatistics, and (2) priors on Parameters. With this implementation, both can have the same base class, are equally serializable,...