Skip to content

Commit

Permalink
remove workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Aug 15, 2024
1 parent ddec430 commit 63d1c78
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions compliance_checker/tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,9 +265,6 @@ def test_nczarr_pass_through(self, zarr_url):
"check_filename", # .zarr cannot pass a test that requires it to be named .nc
"check_coordinate_variables_strict_monotonicity", # FIXME: I believe there is a real problem with the original test data!
]
if on_windows:
zarr_url = zarr_url.replace("///", "//")

return_value, errors = ComplianceChecker.run_checker(
skip_checks=skip_checks,
ds_loc=zarr_url,
Expand Down

0 comments on commit 63d1c78

Please sign in to comment.