We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f15b7e commit 5da1d6aCopy full SHA for 5da1d6a
1 file changed
tests/unit/CodeEntropy/levels/nodes/test_frame_covariance_node.py
@@ -422,6 +422,7 @@ def test_build_ua_vectors_customised_axes_true_calls_get_UA_axes():
422
force_partitioning=1.0,
423
customised_axes=True,
424
is_highest=True,
425
+ res_position=None,
426
)
427
428
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(
457
458
459
customised_axes=False,
460
461
462
463
464
axes_manager.get_vanilla_axes.assert_called_once()
0 commit comments