Skip to content

Commit

Permalink
chore: update internal for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
supersergiy committed May 7, 2024
1 parent 0471b88 commit 8ffcb3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/unit/augmentations/test_misalign.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def test_dict_process_step_no_keys():
)
proc.prepared_disp_fraction = (1 / 5, 1 / 5)
result = proc.process_data(data, mode="read")
assert result["key"].shape == [1, 4, 4, 5]
assert list(result["key"].shape) == [1, 4, 4, 5]


@pytest.mark.parametrize(
Expand Down
2 changes: 1 addition & 1 deletion zetta_utils/internal
Submodule internal updated from c67b08 to 5e4333

0 comments on commit 8ffcb3c

Please sign in to comment.