Skip to content

Commit eb89543

Browse files
authored
Update and rename linear_spr_tests.py to linear_spr_test.py
1 parent d0e6f76 commit eb89543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/linear_spr_tests.py renamed to tests/linear_spr_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,4 +329,4 @@ def test_transformed_spr_inverse(rigid_ise_frfs, rigid_truth_response,
329329
reference_transformation=force_transformation)
330330
transform_spr.manual_inverse(use_transformation=True)
331331

332-
assert np.allclose(rigid_excitation.ordinate, transform_spr.transformed_force.ordinate)
332+
assert np.allclose(rigid_excitation.ordinate, transform_spr.transformed_force.ordinate)

0 commit comments

Comments
 (0)