You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I couldn't get the way the InitialBaseLines configuration to work, presumably because my baselines contain a comma. The code literally splits by comma in configuration.py.
I can imagine the tricky part is to stay backwards compatible with currently working configurations.
Otherwise I'd say: newlines are perhaps a bit safer.
Or - this would be my own choice - go with a more standard format (and parser) that supports mapping-like data (e.g. yaml), so you don't need to bother about these kind of things.
I couldn't get the way the
InitialBaseLines
configuration to work, presumably because my baselines contain a comma. The code literally splits by comma inconfiguration.py
.Configuration:
My workaround:
Since I just have one component,
I removed the split on a comma in
getinitialcomponentbaselines
The text was updated successfully, but these errors were encountered: