Skip to content

Commit 28ad937

Browse files
test: add comment to test_dat_read_both_formats
1 parent 0078d53 commit 28ad937

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_rawtools.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ def test_scale_uint16_to_uint8_large_variance(slice_uint16_high_variance):
7676
np.testing.assert_array_equal(scaled_slice, slice_uint8)
7777

7878
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"""
7981
from rawtools.dat import read
8082
# neither of these should raise any errors
8183
read(dat_files[0])

0 commit comments

Comments
 (0)