Skip to content

Commit

Permalink
Update test_df.py
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinchai authored Nov 25, 2024
1 parent a97d919 commit d9377f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_df.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def _write_test_data(directory: str) -> None:


def test_df(tmp_path):
_write_test_data(tmp_path)
# _write_test_data(tmp_path)
with zipfile.ZipFile("data/df_input.zip", "r") as z:
z.extractall(tmp_path)
output_zarr = tmp_path / "output.zarr"
Expand Down

0 comments on commit d9377f6

Please sign in to comment.