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 1ba59ca commit 4f942e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions compliance_checker/tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,13 +244,13 @@ def _check_libnetcdf_version():
@pytest.mark.parametrize(
"zarr_url",
[
f"{(datadir / 'trajectory.zarr').as_uri()}#mode=nczarr,file",
# str(datadir / "zip.zarr"),
# f"{(datadir / 'trajectory.zarr').as_uri()}#mode=nczarr,file",
str(datadir / "zip.zarr"),
# "s3://hrrrzarr/sfc/20210408/20210408_10z_anl.zarr#mode=nczarr,s3"
],
ids=[
"local_file",
# "zip_file",
# "local_file",
"zip_file",
# "s3_url",
],
)
Expand Down

0 comments on commit 4f942e5

Please sign in to comment.