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

Changed old scipy rotation calls to new ones #399

Merged
merged 2 commits into from
Feb 10, 2021

Conversation

jessemapel
Copy link
Contributor

scipy changed their rotation API with 1.6.0 and so we need to change up our code a little bit. Fixes #398

@@ -14,7 +14,7 @@ dependencies:
- pytz
- python
- python-dateutil
- scipy
- scipy>=1.4.0
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The from_matrix and as_matrix methods were added in 1.4.0, the old as_dcm and from_csm methods were finally removed in 1.6.0

@jessemapel jessemapel merged commit 6244393 into DOI-USGS:master Feb 10, 2021
jessemapel added a commit that referenced this pull request May 30, 2022
* Changed old scipy rotation calls to new ones

* Updated scipy pinning
jrcain-usgs pushed a commit to jrcain-usgs/ale that referenced this pull request May 19, 2023
* Changed old scipy rotation calls to new ones

* Updated scipy pinning
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.

ALE - now getting 'No Such Driver for Label' for previously supported cub
2 participants