import scipy as s
from isofit.core.fileio import typemap, max_frames_size, flush_rate
[docs]def test_typemap():
assert typemap[s.uint64] == 15
[docs]def test_max_frames_size():
assert max_frames_size == 100
[docs]def test_flush_rate():
assert flush_rate == 10