We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The circular spline mapValues function is broken. A modulo was wrongfully commented out, where it should have been included.
This happens in two places and needs to be fixed
The text was updated successfully, but these errors were encountered:
3299c37
bugfix map_value fixes 2 #133
ff0c7fc
this pertains to all analyses with cyclical splines AND values outside the upper/lower bounds.
E.g. if you did spl_cic([0,180,360,520],0,360), then the 520 was not wrapped down to 160°!
spl_cic([0,180,360,520],0,360)
if all your values were within the given bounds, everything worked correctly. If you did not specify bounds, everything worked correctly
Sorry, something went wrong.
No branches or pull requests
The circular spline mapValues function is broken. A modulo was wrongfully commented out, where it should have been included.
This happens in two places and needs to be fixed
The text was updated successfully, but these errors were encountered: