criterion icon indicating copy to clipboard operation
criterion copied to clipboard

Uncaught TypeError: Cannot read property 'toFixed' of null

Open bruno-cadorette opened this issue 9 years ago • 1 comments

There is an issues with the generated page, on this function

$(".olsr2lb" + number).text(function() { return rgrs.regRSquare.estLowerBound.toFixed(3); });

My haskell code I was trying to measure http://pastebin.com/kie5sn6u

Here's the generated code http://pastebin.com/DwL6Ru9t

I'm compiling with this command on windows 8.1, using GHC 7.8.3 ghc TP2.hs -threaded -O2 -fexcess-precision -optc-O2

bruno-cadorette avatar Jun 09 '15 23:06 bruno-cadorette

Hi @bruno-cadorette, sorry it's taken me so long to get around to this. Are you still experiencing this issue?

I tried running your example, but I ran into this:

$ ./Example 
Example: test.txt: openBinaryFile: does not exist (No such file or directory)

What should be the contents of test.txt?

RyanGlScott avatar Jun 23 '17 17:06 RyanGlScott