poreture icon indicating copy to clipboard operation
poreture copied to clipboard

updates to scikit-fmm cause errors with poreture

Open npmitchell opened this issue 6 years ago • 1 comments

Updated scikit-fmm now returns an error for the kline_vessel demo:

File "test_vessel.py", line 22, in [extracted_centerline, final_march] = kline_vessel(a, root_location, min_branch_to_root=mbtr_to_pass) File "/path_to_code/poreture-master/poreture/extract_centerline.py", line 185, in kline_vessel weighted_travel_time = skfmm.travel_time(phi, weighted_speed) File "/path_to_python/python2.7/site-packages/skfmm/pfmm.py", line 173, in travel_time int(self_test), TRAVEL_TIME, order, narrow, periodic) RuntimeError: Negative discriminant in time marcher quadratic.

npmitchell avatar Feb 10 '19 17:02 npmitchell

scikit-fmm version 0.0.8 works

starryevening avatar Jun 21 '20 13:06 starryevening