You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the steps at the bottom of the README to install mesmerize and run the tests and got the following errors on my Mac M1. I suspect that these might be related to some update to numpy/scipy.
E mesmerize_core.caiman_extensions._batch_exceptions.BatchItemUnsuccessfulError: Batch item was unsuccessful, traceback from subprocess:
E Traceback (most recent call last):
E File "/Users/rly/Documents/NWB/temp2/mesmerize-core/mesmerize_core/algorithms/cnmfe.py", line 89, in run_algo
E cnm = cnm.fit(images)
E File "/Users/rly/mambaforge/envs/mesmerize-core/lib/python3.10/site-packages/caiman/source_extraction/cnmf/cnmf.py", line 594, in fit
E self.estimates.sn, self.estimates.optional_outputs = run_CNMF_patches(
E File "/Users/rly/mambaforge/envs/mesmerize-core/lib/python3.10/site-packages/caiman/source_extraction/cnmf/map_reduce.py", line 476, in run_CNMF_patches
E B_tot = np.array(B_tot, dtype=np.float32)
E TypeError: float() argument must be a string or a real number, not 'coo_matrix'
mesmerize_core/caiman_extensions/_utils.py:24: BatchItemUnsuccessfulError
========================================= short test summary info =========================================
FAILED tests/test_core.py::test_cnmf - AssertionError:
FAILED tests/test_core.py::test_cnmfe - assert False is True
FAILED tests/test_core.py::test_cache - mesmerize_core.caiman_extensions._batch_exceptions.BatchItemUnsuccessfulError: Batch item was unsucces...
This is an extremely minor floating point diff. Probably due to slight differences in the M1 architecture vs. the architecture that the ground truths were made on.
I followed the steps at the bottom of the README to install mesmerize and run the tests and got the following errors on my Mac M1. I suspect that these might be related to some update to numpy/scipy.
conda list:
The text was updated successfully, but these errors were encountered: