Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught TypeError: Cannot read property 'toFixed' of null #81

Open
bruno-cadorette opened this issue Jun 9, 2015 · 1 comment
Open

Comments

@bruno-cadorette
Copy link

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

@RyanGlScott
Copy link
Member

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants