Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 22, 2024
1 parent 36eaad1 commit 9f4e978
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions virtualizarr/tests/test_writers/test_icechunk.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,7 @@ def test_set_single_virtual_ref_with_encoding(
encoding={"scale_factor": 0.01},
attrs=expected_ds.air.attrs,
)
vds = Dataset(
{"air": air},
attrs=expected_ds.attrs
)
vds = Dataset({"air": air}, attrs=expected_ds.attrs)

dataset_to_icechunk(vds, icechunk_filestore)

Expand Down

0 comments on commit 9f4e978

Please sign in to comment.