WireSegHR / tests /test_skeleton_imports.py
MRiabov's picture
Project skeleton generated
8ea2eff
raw
history blame contribute delete
187 Bytes
def test_imports():
import wireseghr
import wireseghr.model as m
import wireseghr.data as d
assert hasattr(m, "SegFormerEncoder")
assert hasattr(d, "WireSegDataset")