Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmakait committed Aug 30, 2023
1 parent 12b8fb9 commit 612ccab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions AB_environments/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ test_null_hypothesis: true

# Test directories, test files, or individual tests to run.
targets:
- tests/benchmarks/test_h2o.py:test_q6
- tests/benchmarks/test_h2o.py:test_q8
- tests/benchmarks/test_h2o.py:test_q9
- tests/benchmarks/test_h2o.py::test_q6
- tests/benchmarks/test_h2o.py::test_q8
- tests/benchmarks/test_h2o.py::test_q9
- tests/benchmarks/test_dataframe.py::test_shuffle
- tests/benchmarks/test_join.py::test_join_big
- tests/benchmarks/test_join.py::test_set_index
Expand Down

0 comments on commit 612ccab

Please sign in to comment.