Added pyshtools back, sped up marsfiles testing#110
Merged
rurata merged 3 commits intoNASA-Planetary-Science:develfrom May 12, 2025
Merged
Added pyshtools back, sped up marsfiles testing#110rurata merged 3 commits intoNASA-Planetary-Science:develfrom
rurata merged 3 commits intoNASA-Planetary-Science:develfrom
Conversation
* added base test parent class for cleaner code * modified test_marsfiles and test_marsinterp to use base_test * modified tests for marscal marsformat marsplot * modified test_marsvars for base_test * adjusted short time lengths of dummy test files to work with test_marsfiles * cd to tests directory for actions Co-authored-by: Richard Urata <rurata@users.noreply.github.com>
Collaborator
|
Looks good |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This update puts pyshtool capabilities back in. The arguments that require pyshtools will not work unless users install the version of CAP with pyshtools, and CAP will notify users of that when they try to use relevant tools.
Instructions for installing CAP are updated. These include instructions for installing with pyshtools on Windows, MAC, and Linux with pip or conda.
Marsfiles testing was fast locally and slow on GitHub actions. This uses Richard's short files option for creating dummy files to test MarsFiles faster on GitHub