-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
eval-config: regenerate "eval-config.yaml"
We now have a "generate_eval_config.py" tool that can update an existing eval-config.yaml. It is reasonable to start with the eval-config.yaml we have commited in git. And it's useful to be able to compare (diff) the result of the generate command with the orignal file. For that, the orginal file should not be written by hand, but be formatted the same way, so that the diff is smaller. Regenerate the file with: ./generate_eval_config.py --config eval-config.yaml --output eval-config.yaml Also, add a unit test to ensure it stays in sync.
- Loading branch information
Showing
2 changed files
with
73 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters