Skip to content

Commit 116280c

Browse files
[pre-commit.ci] auto fixes from pre-commit hooks
1 parent e8653ef commit 116280c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_diffraction_objects.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,6 @@ def test_scalar_operations(operation, starting_yarray, scalar_value, expected_ya
807807
np.array([[0.0, 6.28318531, 100.70777771, 1], [0.0, 3.14159265, 45.28748053, 2.0]]),
808808
),
809809
( # Test multiplication of two DO objects, expect multiplication in yarray values
810-
811810
"mul",
812811
np.array([[1.0, 0.51763809, 30.0, 12.13818192], [4.0, 1.0, 60.0, 6.28318531]]),
813812
np.array([[1.0, 6.28318531, 100.70777771, 1], [4.0, 3.14159265, 45.28748053, 2.0]]),

0 commit comments

Comments
 (0)