RascalSoftware / python-RAT

Python interface for RAT
1 stars 5 forks source link

Splits `resampleParams` into two parameters and bumps version to 0.0.0.dev2 #75

Closed alexhroom closed 2 months ago

alexhroom commented 2 months ago

Fixes #69 by splitting resampleParams into resampleMinAngle and resampleNPoints. Also changes the validation for resampleMinAngle to match MATLAB and be mathematically sensible - now accepts values strictly greater than 0 and less than or equal to 1.