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
Tired: Off by 1 errors Wired: Off by 0.00000000000000000001 errors
Here's the scoop:
In node 10:
Math.pow(10,-4)===0.0001
but in node 12
Math.pow(10,-4)===0.00009999999999999999
Appears to be this issue which will be fixed by this commit and will eventually make its way to node.js. If we need to, we can comment out that test for now, or we could just leave this issue open and findable until node has the corrected version of v8.
@dtex I don't understand this failure :|
The text was updated successfully, but these errors were encountered: