-
Notifications
You must be signed in to change notification settings - Fork 830
DOC: fix doctest output in transformations.py for newer NumPy #5283
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
base: develop
Are you sure you want to change the base?
Changes from 4 commits
219a9a5
7493437
b1f0f29
d0e2e54
044c5d5
059a83f
f6865c3
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -22,6 +22,10 @@ The rules for this file: | |
|
|
||
| Fixes | ||
| * Fixes TypeError with np.int64 indexing in GSD Reader (Issue #5224) | ||
| * Fix doctest output in transformations.py for newer NumPy | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Your changes deleted someone else's line. Please restore that. Also the two lines you added should be a single line.
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hi, I’ve addressed the requested changes and resolved merge conflicts. |
||
| (Issue #3925, PR #5283) | ||
| * Fix doctest in util.py for platform-dependent path output | ||
| (Issue #3925, PR #5285) | ||
| * Fixed bug in add_transformations allowing non-callable transformations | ||
| (Issue #2558, PR #2558) | ||
| * Drop/Replace lock file test in test_xdr (Issue #5236, PR #5237) | ||
|
|
||
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.
Place your name at the bottom of the list.