Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanwharris committed Jun 1, 2021
1 parent b691958 commit 6af13d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/core/data/test_transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ def test_kornia_parallel_transforms(with_params):
assert transform_b.call_count == 2

if with_params:
assert transform_a.call_args_list[1][0][1] == "test"
# check that after the forward `_params` is set to None
assert transform_a._params == transform_a._params is None

Expand Down

0 comments on commit 6af13d7

Please sign in to comment.