We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3ee1aa commit e9028a3Copy full SHA for e9028a3
testsuite/MDAnalysisTests/analysis/test_base.py
@@ -652,4 +652,4 @@ def distance(a, b):
652
Distances = base.analysis_class(distance)
653
654
with no_deprecated_call():
655
- d = Distances(u.atoms[:10], u.atoms[10:20]).run()
+ d = Distances(u.atoms[:10], u.atoms[10:20]).run()
0 commit comments