-
Notifications
You must be signed in to change notification settings - Fork 653
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
Replaced numpy.testing.assert_almost_equal to numpy.testing.assert_allclose #4438
Merged
Merged
Changes from 2 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
cb0391c
replaced assert_almost_equal() with assert_allclose() for more consi…
aditya292002 911c808
added the deleted statements
aditya292002 a90f4b5
made the changes as pointed by maintainer
aditya292002 bee7297
Merge branch 'MDAnalysis:develop' into develop
aditya292002 4353a09
Corrected error with occured in last commit
aditya292002 9096aee
changed test_base, bat, contracts, dihedrals, encore under testsuite/…
aditya292002 5273bec
corrected the error happened in last commit
aditya292002 b4000f0
imported assert_allclose in the files
aditya292002 6bd2496
corrected all the errors
aditya292002 72b26fa
removed test_gnm.cpython-310-pytest-7.4.4.pyc.1853 bytecode file
aditya292002 2bdf930
made all the changes as asked by the mainters
aditya292002 2cd7535
- updated authors file and changelog,
aditya292002 4c5c472
updated authors file and changed log and changed assert_array_almost_…
aditya292002 d649ea4
corrected error
aditya292002 2a9e77b
corrected changelog entry
aditya292002 6ef4f2c
corrected changelog entry
aditya292002 15cb23f
added handle in changelog
aditya292002 09162ba
Merge branch 'develop' into develop
orbeckst b466982
corrected updated changelog in right format
aditya292002 e1f2f4e
Empty-Commit
aditya292002 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3336,3 +3336,8 @@ Testsuite | |
|
||
11/12/07 naveen | ||
* prepared for release outside lab | ||
|
||
24/02/23 aditya292002 | ||
* "updated tests that used assert_almost_equal(..., decimal={N}) with equivalent assert_allclose(..., rtol=0, atol=1.5e-{N}) (issue modernize testing code #3743, PR Replaced numpy.testing.assert_almost_equal to numpy.testing.assert_allclose #4438)" | ||
|
||
/workspaces/mdanalysis/package/CHANGELOG | ||
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. remove this line! |
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
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.
Add information to the top of the file under 2.8.0.
??/??/?? IAlibay, HeetVekariya, marinegor, lilyminium