Skip to content

Commit

Permalink
gh actions debug: deactivate array.array test
Browse files Browse the repository at this point in the history
  • Loading branch information
s-m-e committed Dec 28, 2022
1 parent 6c2daa3 commit 7800f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_customtype.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,6 @@ def from_ndarray(self, param: np.ndarray) -> ctypes.POINTER(ctypes.c_double):
[1.0, 2.0, 3.0, 4.0],
(1.0, 2.0, 3.0, 4.0),
# np.array([1.0, 2.0, 3.0, 4.0], dtype = 'f8'),
array('d', [1.0, 2.0, 3.0, 4.0]),
# array('d', [1.0, 2.0, 3.0, 4.0]),
):
assert pytest.approx(2.5, 0.0000001) == avg_dll(blob, len(blob))

0 comments on commit 7800f2b

Please sign in to comment.