Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Aug 14, 2024
1 parent f6533c5 commit 1ba59ca
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions compliance_checker/tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,10 +245,14 @@ def _check_libnetcdf_version():
"zarr_url",
[
f"{(datadir / 'trajectory.zarr').as_uri()}#mode=nczarr,file",
str(datadir / "zip.zarr"),
# str(datadir / "zip.zarr"),
# "s3://hrrrzarr/sfc/20210408/20210408_10z_anl.zarr#mode=nczarr,s3"
],
ids=["local_file", "zip_file"], # ,'s3_url'
ids=[
"local_file",
# "zip_file",
# "s3_url",
],
)
def test_nczarr_pass_through(self, zarr_url):
"""
Expand Down

0 comments on commit 1ba59ca

Please sign in to comment.