markovmodel / PyEMMA

🚂 Python API for Emma's Markov Model Algorithms 🚂
http://pyemma.org
GNU Lesser General Public License v3.0
310 stars 119 forks source link

[clustering] use double dtype for euclidean sum #1355

Closed marscher closed 6 years ago

marscher commented 6 years ago

Fixes #1348

This avoids (shifts) overflowing the sum of squares in euclidean norm computation.