Skip to content

Commit 5da1d6a

Browse files
committed
changed tests to match code changes
1 parent 9f15b7e commit 5da1d6a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/unit/CodeEntropy/levels/nodes/test_frame_covariance_node.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,7 @@ def test_build_ua_vectors_customised_axes_true_calls_get_UA_axes():
422422
force_partitioning=1.0,
423423
customised_axes=True,
424424
is_highest=True,
425+
res_position=None,
425426
)
426427

427428
axes_manager.get_UA_axes.assert_called_once()
@@ -457,6 +458,7 @@ def test_build_ua_vectors_vanilla_path_uses_principal_axes_and_vanilla_axes(
457458
force_partitioning=1.0,
458459
customised_axes=False,
459460
is_highest=True,
461+
res_position=None,
460462
)
461463

462464
axes_manager.get_vanilla_axes.assert_called_once()

0 commit comments

Comments
 (0)