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
I get this error on my local machine. Can we simply increase the tolerance?
The problem code is:
// Check that expireDuration and expireDate are correctly setconstexpireDate=JulianDate.addSeconds(JulianDate.now(),5.0,newJulianDate());expect(JulianDate.secondsDifference(tile.expireDate,expireDate)).toEqualEpsilon(0.0,CesiumMath.EPSILON1);
The errors I have seen are all smaller than 1. Replacing CesiumMath.EPSILON1 with 1.0 should be enough.
Scene/Cesium3DTileset tile expires
Expected -0.21600000000034924 to equal epsilon 0, 0.1.
http://localhost:8080/Specs/SpecRunner.html?spec=Scene%2FCesium3DTileset%20tile%20expires
The text was updated successfully, but these errors were encountered: