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

Fixing upper case to lower case descriptors (products) for SOAR 1.11 #94

Merged
merged 7 commits into from
Sep 9, 2023

Conversation

hayesla
Copy link
Member

@hayesla hayesla commented Sep 6, 2023

PR Description

Fixes #93

@codecov-commenter
Copy link

codecov-commenter commented Sep 6, 2023

Codecov Report

Patch coverage is 100.00% of modified lines.

Files Changed Coverage
sunpy_soar/attrs.py 100.00%
sunpy_soar/tests/test_sunpy_soar.py 100.00%

📢 Thoughts on this report? Let us know!.

@wtbarnes
Copy link
Member

wtbarnes commented Sep 6, 2023

Can we call .lower on all input product names such that the case that the user specifies the product name in does not matter?

@nabobalis
Copy link
Contributor

Yeah, we should be able to make it case insensitive inside our attrs code so it doesn't mean a user has to change anything.

Then we can merge this and get a bugfix release out!

@hayesla
Copy link
Member Author

hayesla commented Sep 8, 2023

yeah good idea, added in now. think this should now be good to go

sunpy_soar/attrs.py Outdated Show resolved Hide resolved
README.rst Outdated Show resolved Hide resolved
README.rst Outdated Show resolved Hide resolved
@nabobalis nabobalis merged commit 3090ecc into sunpy:main Sep 9, 2023
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.

SOAR 1.11 has breaking changes
4 participants