-
Notifications
You must be signed in to change notification settings - Fork 4
Fix Issue #27 #28
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
base: master
Are you sure you want to change the base?
Fix Issue #27 #28
Conversation
I submitted this PR a little too early. All tests ran successfully on my machine where Int === Int64, but I see some have failed in CI on x86 machines, where Int === Int32, and the @test_broken tests are actually no longer broken. I also now see from the comments preceding the "high nu" test set that Issue #27 is a duplicate of Issue #10. I'll modify this PR to replace the @test_broken tests to @test after which I think everything should work ok. |
Edit: Changing this to a WIP (Work In Progress) PR since the problem still occurs for even higher |
Add methods to
bessel_zero_asymptotic
andbessel_deriv_zero_asymptotic
that promotenu
fromInteger
to float. Fixes Issue #27