Tanisha Dubey
Tanisha Dubey
Description: After successfully generating the website, when I make updates to it, the preview/output displays a blank page instead of the updated content. Steps to Reproduce: Generate the website successfully....
This PR updates the MSD documentation inside `MDAnalysis.analysis.msd` to show users how to correctly apply the NoJump transformation using on-the-fly trajectory transformations. Issue #4169 noted that although NoJump exists, there...
### Summary `EinsteinMSD` currently lowercases the `msd_type` string but does not handle leading/trailing whitespace or non-string inputs. This leads to errors such as: - msd_type=" xy " → ValueError instead...
This PR implements enhancement proposed in issue #5170 ## Summary EinsteinMSD currently lowercases the msd_type string but does not: - strip whitespace - validate the type - handle mixed-case safely...
### Summary of Changes- This PR Modernize test assertions in testsuite\MDAnalysisTests\analysis\test_msd.py ### Changes made- 1. Replaced deprecated `assert_almost_equal `with` assert_allclose` using tolerances equivalent to the previous decimal keyword. 2. Replaced...