-
Notifications
You must be signed in to change notification settings - Fork 137
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
(JSkill) Some calculations produce NaN #12
Comments
Hi @micheljung , I'm not a developer on the project, and considering that it was last updated in 2013 I would assume this project is not active anymore either. I was able to reproduce the results of the issue you linked from JSkills:
This method produced this output:
Here is the NaN function:
And it produces the NaN result like you were seeing:
I won't be able to provide any help beyond this, but the problem seems to be with the calculations in Skills and the fact that JSkills is a direct fork means they reproduced the problem there too. Good luck in your investigations and hope you can get your issue resolved. |
Hi @jmichalc thanks a lot! It's a good start to know that it's not just a problem of the port :-) |
@jmichalc @moserware Issue nsp#9 got resolved, in case you want to apply the fix to this project as well :) |
Hi, I'm a Java developer so I'm using the fork/port of this project, JSkills.
Unfortunately, the project doesn't seem to be active anymore and I ran into a blocker (nsp#9) so my question is; does the same thing happen in Skills? Do you have any idea what could cause it?
I tried debugging the code but it's too complicated for my limited brain capacity. Any help is much appreciated.
The text was updated successfully, but these errors were encountered: