Skip to content

Commit

Permalink
added comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Anu-Ra-g committed Jul 23, 2024
1 parent 0a8a0b9 commit 259dad6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kerchunk/tests/test_grib.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,8 @@ def test_parse_grib_idx_no_file():


def test_parse_grib_idx_duplicate_attrs(m):
# test is defined with a file object in the memory filesystem

# test is defined with a file object in the memory filesystem
base_name = "memory://hrrr.t08z.wrfsfcf01.grib2"

fsspec.implementations.memory.MemoryFileSystem.info.return_value = {
Expand Down Expand Up @@ -354,6 +354,7 @@ def test_parse_grib_idx_duplicate_attrs(m):
),
],
)
# the test will fail in case the network goes down or the file is moved
def test_parse_grib_idx_content(idx_url, storage_options):
import re

Expand Down

0 comments on commit 259dad6

Please sign in to comment.