You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run this code, I get a value of -4.8183679268731794e-14, rather than the 0.0 that I expect. I do, however, get 0.0 for all step counts less than 63, which correspond to times before the box hits the floor. When I change the step count to 64, I get 7.805375706901558e-15. I have discussed this with others on Stack Overflow, and everyone else seems to get the expected value of 0.0. I am on 64‐bit Windows 10 running Pymunk 6.2.0 with Python 3.9.7.
The text was updated successfully, but these errors were encountered:
Below, I have created a simulation where a box lands on a flat floor.
When I run this code, I get a value of
-4.8183679268731794e-14
, rather than the0.0
that I expect. I do, however, get0.0
for all step counts less than 63, which correspond to times before the box hits the floor. When I change the step count to 64, I get7.805375706901558e-15
. I have discussed this with others on Stack Overflow, and everyone else seems to get the expected value of0.0
. I am on 64‐bit Windows 10 running Pymunk 6.2.0 with Python 3.9.7.The text was updated successfully, but these errors were encountered: