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
Traceback (most recent call last):
File "/mnt/volume/shared/ces-nya/nfs4/home/umsa/job_working_directory_object/088/88329/configs/tmpcj8be9cj", line 21, in <module>
layer = similarity.matrix(
^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/matchms/similarity/MetadataMatch.py", line 153, in matrix
scores = np.zeros((len(entries_ref), len(entries_query)))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
numpy.core._exceptions._ArrayMemoryError: Unable to allocate 70.1 GiB for an array with shape (209427, 44936) and data type float64
Seems like matchms wants to allocate this amount of memory for the array - this should not be needed with the sparse computation.
We need to check whether the galaxy tool can be written in such a way that this is avoided.
The text was updated successfully, but these errors were encountered:
Seems like matchms wants to allocate this amount of memory for the array - this should not be needed with the sparse computation.
We need to check whether the galaxy tool can be written in such a way that this is avoided.
The text was updated successfully, but these errors were encountered: