Open jfy133 opened 2 years ago
The issue with the config selector warning is something that has been "fixed" by the conventions we implemented in dev_docs.md. The point about making the ansi log shorter is still valid, though not that important i guess.
I realised that in DSL2 there is possibly one way to reduce the size of the console logging of all the processes (which is currently very large for eager, and ends up a user losing any warnings at the top of the very long list of processes).
We could maybe not have these displayed if we only
include
those modules when they are requested.e.g.
Note: each invocation of those modules will also need to be wrapped in
params.run_<tool>
Current issue: get a
WARN: There's no process matching config selector: DEEPARG_PREDICT
But maybe this can also be invoked conditionally within
modules.config
?And otherwise, DEEPARG is thus not displayed unless
--run_deeparg
is supplied