-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: naming in argilla evaluator (#879)
* WIP: feat: Add test for submit two different datasets refactor: Move fixture for DefaultArgillaClient to evluation/conftest.py TASK: IL-541 * fix: argilla evaluator handling dataset names correctly * feat: improve local test readability * docs: update changelog and docs * feat: Small improvements to tests and docstrings * Fixed outdated run parameters in Concepts.md TASK: IL-541 --------- Co-authored-by: Merlin Kallenborn <[email protected]> Co-authored-by: Sebastian Niehus <[email protected]>
- Loading branch information
1 parent
f7c4d9f
commit 88e5def
Showing
9 changed files
with
273 additions
and
38 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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#!/usr/bin/env -S bash -eu -o pipefail | ||
|
||
poetry run pytest -n 10 | ||
TQDM_DISABLE=1 poetry run pytest -n 10 |
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
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
Oops, something went wrong.