-
Notifications
You must be signed in to change notification settings - Fork 2
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
Release 1.0 #7
Release 1.0 #7
Conversation
read the docs link: https://pydarnio.readthedocs.io/en/release-1.0/ |
@mts299 getting similar issue to pydarn v1.1 release I think it may have been missed here:
|
Whoops, just fixed it @mardet987 |
Co-authored-by: Angeline Burrell <aburrell@users.noreply.github.com>
Adapted language for clarity. Co-authored-by: mardet987 <mardet987@users.noreply.github.com>
Co-authored-by: Angeline Burrell <aburrell@users.noreply.github.com>
Co-authored-by: Angeline Burrell <aburrell@users.noreply.github.com>
Co-authored-by: Angeline Burrell <aburrell@users.noreply.github.com>
@mardet987 if you want to love over the comments from @aburrell and add any you see fit to. Then I think we are good to merge and release :) |
- setUp before other functions in testing classes - See Also documentation after other sections but before Notes - math.fmod, math.floor -> np.fmod, np.floor to reduce imports - removed single-char variable 'e' for error
Fixed name and capitalization to reflect current package and be consistent. Co-authored-by: Marina Schmidt <mts299888@gmail.com>
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.
Found two typos. I will not have time to do the unit tests for probably a month, but there's an issue now so the problems won't be buried if you want to tag that for a future release.
Co-authored-by: Angeline Burrell <aburrell@users.noreply.github.com>
Co-authored-by: Angeline Burrell <aburrell@users.noreply.github.com>
@mardet987 did you get all the reviews done if so I can release it today. |
I have some unit tests not passing now .... so I'm looking into it . |
edited to not work on the records dictionary in place. This is needed so they don't edit the records dictionary of the class whenever the arrays is accessed, for example.
NaN==NaN returns False so have to use np.isNaN to check for these in arrays. These are found where the dimension of the array is greater than the dimension for that record. (ie. max num sequences may be larger than num sequences for a specific record).
…nto release-1.0
Sorry, I'm not sure how I didn't see these integration tests not passing before. I have made some edits, now the Borealis tests pass. |
This code should work exactly like pyDARN io code as I just copied it over and changed all pyDARN to pyDARNio.
import pydarnio
is how to use the library.