Skip to content

Remove unused ipdb imports - #40

Merged
rogerwwww merged 1 commit into
coleygroup:mainfrom
computational-metabolomics:remove-ipdb
Sep 16, 2026
Merged

rogerwwww merged 1 commit into
coleygroup:mainfrom
computational-metabolomics:remove-ipdb

Conversation

@RJMW

@RJMW RJMW commented Sep 15, 2026

Copy link
Copy Markdown
Contributor

autoregr_gen/autoregr_model.py and scarf_pred/scarf_model.py both import ipdb at the top of the file but never use it, so ipdb has to be installed just to import either module.

This removes the two imports. We've left ipdb in the dependencies in case it's still used elsewhere.

In an environment without ipdb, both modules fail to import on main and get past this point with the change. Without Ray installed they also need #39.

@rogerwwww
rogerwwww merged commit 1448af8 into coleygroup:main Sep 16, 2026
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants