We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0078d53 commit 28ad937Copy full SHA for 28ad937
1 file changed
tests/test_rawtools.py
@@ -76,6 +76,8 @@ def test_scale_uint16_to_uint8_large_variance(slice_uint16_high_variance):
76
np.testing.assert_array_equal(scaled_slice, slice_uint8)
77
78
def test_dat_read_both_formats(dat_files):
79
+ """Test dat.read() on 4 example .dat (two acceptable and two unacceptable)
80
+ covering both Dragonfly and NSI formats"""
81
from rawtools.dat import read
82
# neither of these should raise any errors
83
read(dat_files[0])
0 commit comments