Closed niklasdewally closed 3 weeks ago
The CLI and tester are using different, hard-coded lists of rule-sets. This causes models that run in the tester to fail when run with the CLI.
Replace these hard-coded values with a call to get_default_rule_sets(), making the rule-sets used consistent.
The CLI and tester are using different, hard-coded lists of rule-sets. This causes models that run in the tester to fail when run with the CLI.
Replace these hard-coded values with a call to get_default_rule_sets(), making the rule-sets used consistent.