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
The latest version of im2deep (v0.3.1) moved the im2ccs function from im2deep.calibrate to im2deep.utils.
This results in the following error when trying to run ms2rescore:
ImportError: cannot import name 'im2ccs' from 'im2deep.calibrate'
This can easily be fixed by changing the import to from im2deep.utils import im2ccs in ms2rescore/feature_generators/im2deep.py. This would then obviously also require bumping the version requirement for im2deep.
The text was updated successfully, but these errors were encountered:
RalfG
linked a pull request
Dec 4, 2024
that will
close
this issue
The latest version of im2deep (v0.3.1) moved the
im2ccs
function fromim2deep.calibrate
toim2deep.utils
.This results in the following error when trying to run ms2rescore:
This can easily be fixed by changing the import to
from im2deep.utils import im2ccs
inms2rescore/feature_generators/im2deep.py
. This would then obviously also require bumping the version requirement for im2deep.The text was updated successfully, but these errors were encountered: