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

avoid OverflowError and LinAlgError; pyina to 0.2.9 #230

Merged
merged 1 commit into from
Feb 28, 2024
Merged

Conversation

mmckerns
Copy link
Member

@mmckerns mmckerns commented Feb 28, 2024

Summary

  • bump pyina to 0.2.9
  • use np.square(r) and np.power(r, n) instead of r**2 and r**n to avoid OverflowError
  • use mystic.math.rbf instead of scipy.interpolate.rbf for thin_plate when throws LinAlgError
  • corrected docs in mystic.math.sample to match arg names

Checklist

Documentation and Tests

  • Added relevant documentation that builds in sphinx without error.
  • Artifacts produced with the main branch work as expected under this PR.

@mmckerns mmckerns added this to the mystic-0.4.3 milestone Feb 28, 2024
@mmckerns mmckerns merged commit 8ee03f0 into master Feb 28, 2024
2 of 4 checks passed
@mmckerns mmckerns deleted the linalg branch February 28, 2024 06:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant