-
-
Notifications
You must be signed in to change notification settings - Fork 404
New issue
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
HoloMap issue in Containers tutorial #1052
Comments
So this is pretty odd, the precision of the key matching is currently set to 11 decimal places while the JS code is using 10 decimal places. Not quite sure how anything has been working, but setting it to 10 in Python seems to work. |
Any mismatch seems problematic and I am also surprised anything worked! Is it possible to make this precision a global variable so we can make sure it stays matched between Python and JS? |
Turned out to be my fault, I introduced a fix in Python to fix rounding outside the defined range on a DynamicMap (remember the issues with |
Fixed in the PR referenced above. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
In the Containers tutorial the frequency slider only does anything for phase=0:
Nothing updates if you try to use a non-zero phase. Maybe this is a floating point comparison issue?
The text was updated successfully, but these errors were encountered: