-
-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Description
Gamut mapping tests are currently failing due to the call stack blowing up:
Uncaught RangeError: Maximum call stack size exceeded
at custom (util.js:75:11)
at callee (objects.js:225:15)
at Module.stringify (objects.js:212:9)
at stringify (util.js:151:17)
at output (util.js:74:9)
at Array.map (<anonymous>)
at custom (util.js:77:16)
at callee (objects.js:225:15)
at Module.stringify (objects.js:212:9)
at stringify (util.js:151:17)
This affects a few other tests as well.
I suspect this is due to special functions related to htest getting called? check.deep etc. I have no idea though, and I didn't look to close.
Metadata
Metadata
Assignees
Labels
No labels