Skip to content

Commit

Permalink
Update diffusionmap.py
Browse files Browse the repository at this point in the history
move back ndarray_sum
  • Loading branch information
talagayev authored Dec 19, 2024
1 parent d8687f5 commit ce62693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/MDAnalysis/analysis/diffusionmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ def _conclude(self):
def _get_aggregator(self):
return ResultsGroup(
lookup={
"dist_matrix": ResultsGroup.ndarray_vstack,
"dist_matrix": ResultsGroup.ndarray_sum,
}
)

Expand Down

0 comments on commit ce62693

Please sign in to comment.