-
Notifications
You must be signed in to change notification settings - Fork 56
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
implements auto dtype detection #271
Conversation
if dtype is None: | ||
dtype = R.dtype |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you probably want the larger of the data types of R
, y
and C
.
Codecov Report
@@ Coverage Diff @@
## master #271 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 21 21
Lines 1435 1439 +4
=========================================
+ Hits 1435 1439 +4
Continue to review full report at Codecov.
|
👀 ( ❤️ ) (I had no idea |
numba methods for multidimensional hermite can now detect dtype automatically