Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FT] Remove obsolete config properties (frozen, output_regex) #305

Open
hynky1999 opened this issue Sep 13, 2024 · 1 comment
Open

[FT] Remove obsolete config properties (frozen, output_regex) #305

hynky1999 opened this issue Sep 13, 2024 · 1 comment
Labels
feature request New feature/request

Comments

@hynky1999
Copy link
Collaborator

Request

Removed obselete config properties:

  • frozen
  • output_regex

For more context see:
#289

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.
@hynky1999 hynky1999 added the feature request New feature/request label Sep 13, 2024
@clefourrier
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature/request
Projects
None yet
Development

No branches or pull requests

2 participants