Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFloating Point Precision Issues in 1.1.2 vs. 1.1.3 #24
Comments
|
Thanks for the report. I have fixed the issue in the development version:
For reference, I removed some (overly) restrictive conditions that were added in version 1.1.3. |
|
Thanks Jason for the quick reply. I can confirm that the issue is fixed in the dev version. I am closing the issue. |
Hi Jason,
Thanks for the great package. I've recently upgraded from 1.1.2 to 1.1.3 and it has broken some of my existing code (in another package I've written). After tracking down the issue, it seems that roll_sd is returning 0 if the values and weights are too small. This was not a problem in 1.1.2.
Here's a minimal reproducible example.
After upgrading to the new release,
Thanks for looking into this!