Commit 66e7e5c
* fix #4924
* fix-bug: package/MDAnalysis/analysis/gnm.py: closeContactGNMAnalysis: generate_kirchoff: fix residue_index_map generate to avoid use all atoms when select is 'name CA'
* docs(AUTHORS): add BHM-Bob G to the list of authors
* test(gnm): add test case for 'name CA' selection in closeContactGNMAnalysis
* Add test case to verify correct behavior when selecting 'name CA' atoms
* Ensure that all residues are included in the analysis, fixing the issue where only residues 0-14 were used
* Validate the results against expected eigenvalues and Kirchhoff matrix
* test(gnm): reformat test_closeContactGNMAnalysis_select_CA for better readability
- Improved code formatting and line breaks for better readability
* test(gnm): Update the test to use a higher precision (decimal=17) for eigenvalue comparison
* docs(changelog): Add fix for bug in `analysis/gnm.py` in `closeContactGNMAnalysis`
* test(gnm): relax precision in CloseContactGNMAnalysis eigenvalue test
- Lowered precision in eigenvalue comparison to accommodate platform-specific results
- Added comment about platform-specific results to explain the change in expected values
* test(gnm): fit linters / black
---------
Co-authored-by: Oliver Beckstein <[email protected]>
1 parent 35d9d2e commit 66e7e5c
File tree
4 files changed
+50
-6
lines changed- package
- MDAnalysis/analysis
- testsuite/MDAnalysisTests/analysis
4 files changed
+50
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
| 253 | + | |
253 | 254 | | |
254 | 255 | | |
255 | 256 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
23 | 26 | | |
24 | 27 | | |
25 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
458 | 458 | | |
459 | 459 | | |
460 | 460 | | |
461 | | - | |
462 | | - | |
463 | | - | |
464 | | - | |
465 | | - | |
| 461 | + | |
466 | 462 | | |
467 | 463 | | |
468 | 464 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
0 commit comments