Skip to content

Commit

Permalink
Add support for new filtering ops (#581)
Browse files Browse the repository at this point in the history
  • Loading branch information
czaloom authored Jun 17, 2024
1 parent eb07586 commit 02a8260
Show file tree
Hide file tree
Showing 61 changed files with 7,108 additions and 5,129 deletions.
1 change: 1 addition & 0 deletions api/tests/functional-tests/backend/core/test_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ def test_dataset_status_with_evaluations(
created_dataset: str,
created_model: str,
):

# create an evaluation
core.set_dataset_status(db, created_dataset, enums.TableStatus.FINALIZED)
evaluations = core.create_or_get_evaluations(
Expand Down
Loading

0 comments on commit 02a8260

Please sign in to comment.