From d9377f6bd38ea7c65bd9226f21d4d9c013028335 Mon Sep 17 00:00:00 2001 From: Calvin Chai Date: Mon, 25 Nov 2024 11:27:03 -0500 Subject: [PATCH] Update test_df.py --- tests/test_df.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_df.py b/tests/test_df.py index 3fa0317..bcac807 100644 --- a/tests/test_df.py +++ b/tests/test_df.py @@ -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"