Closed euhruska closed 6 years ago
the weights out of https://github.com/markovmodel/PyEMMA/blob/1a280481ed6cbbfc3fbceaacfa22136e26983678/pyemma/coordinates/estimation/koopman.py#L60 are all negative, but around -1
weights2=koop.weights.weights(X[0])
weights2.min()
-1.3627317624126105
weights2.max()
-0.4757296230659884
C00 matrix koop_C00.zip
solved, was a bug, caused by machine precision
leads to one negative value sm = array([ 1.90963508, 1.72242421, 1.18440072, -1.16845181]) and fatal error: