Skip to content

Commit

Permalink
Removed todo test
Browse files Browse the repository at this point in the history
  • Loading branch information
emfdavid committed Dec 18, 2024
1 parent 14807de commit 836189f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/test__grib_idx.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,11 +387,6 @@ def test_kerchunk_indexing(self):
expected = pd.read_parquet(test_path, engine="fastparquet")
pd.testing.assert_frame_equal(kindex, expected)

@unittest.skip("TODO")
def test_extract_dataset_chunk_index(self):
# TODO add test for chunk indexing a single dataset not from a grib file or tree
pass

def test_index_extraction(self):
for sample_prefix in ["hrrr.wrfsubhf", "hrrr.wrfsfcf", "gfs.pgrb2.0p25"]:
with self.subTest(sample_prefix):
Expand Down

0 comments on commit 836189f

Please sign in to comment.