kushalkolar / MESmerize

Platform for Calcium Imaging analysis. DEPRECATED.
GNU General Public License v3.0
58 stars 14 forks source link

fixed ptime issue for Python 3.8 #84

Closed EricThomson closed 2 years ago

EricThomson commented 2 years ago

This should fix compatability problems between pyqtgraph-core and Python 3.8. This issue is discussed here: https://github.com/conda-forge/pyqtgraph-feedstock/issues/10

Basically, replace two instances of systime.clock with systime.process_time and the errors go away when installing with Python 3.8.

kushalkolar commented 2 years ago

Thanks!