mirror of
https://github.com/echemdata/galvani.git
synced 2025-12-14 01:15:34 +00:00
Convert to np.dtype in test
This commit is contained in:
@@ -99,7 +99,7 @@ def test_colID_to_dtype(colIDs, expected):
|
|||||||
return
|
return
|
||||||
expected_dtype = np.dtype(expected)
|
expected_dtype = np.dtype(expected)
|
||||||
dtype, flags_dict = BioLogic.VMPdata_dtype_from_colIDs(colIDs)
|
dtype, flags_dict = BioLogic.VMPdata_dtype_from_colIDs(colIDs)
|
||||||
assert dtype == expected_dtype
|
assert np.dtype(dtype) == expected_dtype
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.parametrize(
|
@pytest.mark.parametrize(
|
||||||
|
|||||||
Reference in New Issue
Block a user