From 259dad6627bfba2d2263bc03a1d968a6b882eb8a Mon Sep 17 00:00:00 2001 From: Anu-Ra-g Date: Wed, 24 Jul 2024 03:29:38 +0530 Subject: [PATCH] added comments --- kerchunk/tests/test_grib.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kerchunk/tests/test_grib.py b/kerchunk/tests/test_grib.py index c26700dc..640a3b45 100644 --- a/kerchunk/tests/test_grib.py +++ b/kerchunk/tests/test_grib.py @@ -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 = { @@ -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