Open lixitrixi opened 1 year ago
https://github.com/dolphin-acoustics-vip/artwarp/blob/07925a077748ae4eb426d6e34d6b9666cc6277c5/warp.m#L19
The above code explicitly checks if the difference in lengths of two contours is greater than 3, rather than using the warpFactorLevel parameter as expected.
warpFactorLevel
@lixitrixi good catch - a pull request with a fix is welcome!
Seems this line disappeared. TODO: check if this is obsolete or fix needed in another location
https://github.com/dolphin-acoustics-vip/artwarp/blob/07925a077748ae4eb426d6e34d6b9666cc6277c5/warp.m#L19
The above code explicitly checks if the difference in lengths of two contours is greater than 3, rather than using the
warpFactorLevel
parameter as expected.