Skip to content

Commit

Permalink
tests update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ipuch committed Jan 15, 2025
1 parent 888eb28 commit fe893a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_local_frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def test_local_frame():
# Test initialization
assert local_frame.name == "test"
assert local_frame.transform_callable == dummy_callable_transform
assert local_frame.scale == 0.25
assert local_frame.scale == 0.1

# Test nb_components property
assert local_frame.nb_components == 1
Expand Down

0 comments on commit fe893a8

Please sign in to comment.