Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marscher committed Nov 17, 2021
1 parent b414928 commit 7ef7684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weldx/tests/transformations/test_cs_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ def test_comparison_wrong_type():
def test_comparison_data():
csm1 = tf.CoordinateSystemManager("root", "csm")
csm2 = tf.CoordinateSystemManager("root", "csm")
data = np.arange(12).reshape((3, 4))
data = np.arange(12).reshape((4, 3))
csm1.assign_data(data, data_name="foo", reference_system="root")
csm2.assign_data(data, data_name="foo", reference_system="root")

Expand Down

0 comments on commit 7ef7684

Please sign in to comment.