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

Fix bug when extrap is float #18

Merged
merged 2 commits into from
Feb 1, 2024
Merged

Fix bug when extrap is float #18

merged 2 commits into from
Feb 1, 2024

Conversation

f0uriest
Copy link
Owner

@f0uriest f0uriest commented Feb 1, 2024

-Passing in a float for extrap caused an error due to some poorly ordered conditionals and weird jax dtype issues. Should work now.

Resolves #16

-Passing in a float for `extrap` caused an error due to some poorly
ordered conditionals and weird jax dtype issues. Should work now.

Resolves #16
@codecov-commenter
Copy link

codecov-commenter commented Feb 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (bff2caa) 97.78% compared to head (0bad0dd) 97.79%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #18   +/-   ##
=======================================
  Coverage   97.78%   97.79%           
=======================================
  Files           4        4           
  Lines         633      635    +2     
=======================================
+ Hits          619      621    +2     
  Misses         14       14           
Files Coverage Δ
interpax/_spline.py 98.08% <100.00%> (+<0.01%) ⬆️

@f0uriest f0uriest merged commit 1047afe into main Feb 1, 2024
8 checks passed
@f0uriest f0uriest deleted the rc/extrap branch February 1, 2024 02:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

extrap does not take float
2 participants