Woobin Baek

Results 2 issues of Woobin Baek

Hello. I was running sibernetic_c302.py, but I got an error. ``` Sib_c302 >>> Cannot import c302! Sib_c302 >>> Exception: The provided 'key_property' entry does not appear to be a property...

Hello, I was trying to use code; ``` import open_worm_analysis_toolbox as mv bw = mv.BasicWorm.from_schafer_file_factory("example_contour_and_skeleton_info.mat") nw = mv.NormalizedWorm.from_BasicWorm_factory(bw) wp = mv.NormalizedWormPlottable(nw, interactive=False) wp.show() wf = `mv.WormFeatures(nw) ``` but, the error...