-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add git hash to fingerprint * Change name to metadata.yaml * add test and add seeking of installation with __file__ * Remove test and print statement * fix pyright * Fix bug with non-editable installs * Fix typo in tool.setuptools.package-data * Fix CalledProcessError with non-editable installs --------- Co-authored-by: Nora Belrose <[email protected]>
- Loading branch information
1 parent
9593fe5
commit 1b31702
Showing
3 changed files
with
38 additions
and
12 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
|
||
EVAL_EXPECTED_FILES = [ | ||
"cfg.yaml", | ||
"fingerprints.yaml", | ||
"metadata.yaml", | ||
"eval.csv", | ||
] | ||
|
||
|