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
the output_regex is legacy from the harness, we needed it for bigbench tasks but this is now handled by the metrics direclty. Frozen was to make sure the task did not change over time but we are now using task versioning for this.
The text was updated successfully, but these errors were encountered:
Agree on both.
Note: frozen was initially for tasks that we had thoroughly debugged and that were included in the test suite, hence that were not expected to change definition as they were robust. So it's also an indicator of higher quality.
Request
Removed obselete config properties:
For more context see:
#289
The text was updated successfully, but these errors were encountered: