Skip to content

Commit

Permalink
limit to just divisions
Browse files Browse the repository at this point in the history
  • Loading branch information
dougbrn committed Mar 20, 2024
1 parent 1c783b5 commit ee7500c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/tape_tests/test_ensemble.py
Original file line number Diff line number Diff line change
Expand Up @@ -1920,11 +1920,7 @@ def test_bin_sources_two_days(dask_client):

@pytest.mark.parametrize(
"data_fixture",
[
"parquet_ensemble",
"parquet_ensemble_with_divisions",
"parquet_ensemble_with_client",
],
["parquet_ensemble_with_divisions"],
)
@pytest.mark.parametrize("use_map", [True, False])
@pytest.mark.parametrize("on", [None, ["ps1_objid", "filterName"], ["nobs_total", "ps1_objid"]])
Expand Down

0 comments on commit ee7500c

Please sign in to comment.