-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Registers package with the sunpy packaging #115
Conversation
8c22e5c
to
1d17d58
Compare
1d17d58
to
b2f0b82
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess need to add 'technik' to the spell check list of words
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can do that here, dw
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should probably skip anything update /**/data/
or anything not a .py file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah excellent call, i'm assuming this is broken for a test?
2b79784
to
027967d
Compare
@samaloney the error on the py312 build related to the polarization check on the ilofar search, i think its as simple as if len(pol) == 1:
pol = pol[0].upper()
mask = mask & query_response["Polarisation"] == pol but I wanted to check |
Yea that should work 👍 I'm now questioning if that code even makes sense but that's another issue altogether |
No description provided.