Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Aug 15, 2024
1 parent 7d43120 commit 7333cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compliance_checker/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,7 @@ def load_local_dataset(self, ds_str):
print(
f"WARNING: {platform.system()} OS detected. NCZarr is not officially supported for your OS as of when this API was written. Your mileage may vary.",
)
return Dataset(zarr.as_zarr(ds_str))
return Dataset(ds_str)

if netcdf.is_netcdf(ds_str):
return Dataset(ds_str)
Expand Down

0 comments on commit 7333cf8

Please sign in to comment.