Skip to content

Commit

Permalink
✨ we're failing in fold 1. what is in fold 1? why is it different in
Browse files Browse the repository at this point in the history
windows?!
  • Loading branch information
gessulat committed Oct 8, 2024
1 parent 78548ff commit 894a10c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mokapot/brew.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ def brew(
chunk_size=CHUNK_SIZE_READ_ALL_DATA,
max_workers=max_workers,
)
for psms in train_psms:
LOGGER.info(psms.describe())
del train_sets
fitted = Parallel(n_jobs=max_workers, require="sharedmem")(
delayed(_fit_model)(d, datasets, copy.deepcopy(model), f)
Expand Down

0 comments on commit 894a10c

Please sign in to comment.