msmdev / msmtools

Tools for estimating and analyzing Markov state models
GNU Lesser General Public License v3.0
1 stars 1 forks source link

Need to check for constant 1 in _indexsearch? #19

Open msmdev opened 3 years ago

msmdev commented 3 years ago

Mb. we need to check here, if the first vector is constantly 1 and not only constant?

https://github.com/msmdev/msmtools/blob/d662da6da54b8c792f5b3e30301fcd102c3a02ff/msmtools/analysis/dense/gpcca.py#L418

michalk8 commented 3 years ago

Will be dealt with in #18 Implemented in: https://github.com/michalk8/msmtools/blob/gpcca_tests/msmtools/analysis/dense/gpcca.py#L416 Tested in: https://github.com/michalk8/msmtools/blob/gpcca_tests/tests/analysis/impl/dense/gpcca_test.py#L270