Skip to content

Update systematics_regex in base-config.yaml

Issue: because a lot of configs inherit from base-config.yaml and how the config file merger works by appending to the base config, adding more systematics in a child config would throw an error because ".*" was appended to the child list.

A quick fix is to remove the contents of systematics_regex from the base config. There probably is a better fix that I'm missing.

Merge request reports