-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Currently the loading of a configuration when creating the SedProcessor is extremely greedy. It loads a bunch of settings files (which should be the defaults I guess) in a convoluted way, and I have not yet figured out how to overrule this.
I would have expected a single argument config in SedProcessor.init which you have to interact with.
It makes sense that when you pass it an incomplete config file (probably the one in your working folder, but can be also somewhere else) it tries to complete it with the defaults.
Is it necessary to always pick what you have in the working folder? this one is often not what you expect, and can lead to funny behaviours (i.e. on maxwell through ssh, it happens to be your home dir, not where the notebook is...)
Maybe we can discuss a more user-friendly approach?