Skip to content

Commit

Permalink
Merge pull request #205 from compomics/ArthurDeclercq-im2deep-patch-1
Browse files Browse the repository at this point in the history
Urgent fix in im2deep.py
  • Loading branch information
ArthurDeclercq authored Dec 2, 2024
2 parents ceda12e + 0c8537b commit f8cab91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ms2rescore/feature_generators/im2deep.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

import numpy as np
import pandas as pd
from im2deep.calibrate import im2ccs
from im2deep.utils import im2ccs
from im2deep.im2deep import predict_ccs
from psm_utils import PSMList

Expand Down

0 comments on commit f8cab91

Please sign in to comment.