markovmodel / PyEMMA

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

No pkg resources outside tests, fix indexing in fragmented traj reader #1372

Closed marscher closed 6 years ago

marscher commented 6 years ago

pkg_resources does a local hard drive scan in site-packages which slows the import of pyemma down by 300 ms on my system. We are now using it only in tests to obtain resource paths.