Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calibrate optimization lock only during optimization #301

Merged
merged 10 commits into from
Aug 15, 2024

Conversation

odespard
Copy link
Collaborator

Calibration occurs using only the precursors in the optimization lock. However, the calibration for the whole library is currently predicted at each step which adds considerably to the time taken for the computation. This changes the code such that the prediction is done only on the optimization lock, with the whole library only being predicted immediately prior to extraction.

@odespard odespard requested a review from GeorgWa August 12, 2024 09:14
@odespard odespard added the test:e2e End to end tests will be run on PRs that carry this label. label Aug 12, 2024
@odespard odespard marked this pull request as ready for review August 12, 2024 15:22
@odespard odespard added test:e2e End to end tests will be run on PRs that carry this label. and removed test:e2e End to end tests will be run on PRs that carry this label. labels Aug 13, 2024
@odespard odespard requested a review from mschwoer August 13, 2024 14:22
@odespard odespard changed the title Refactor calibration of optimization lock Calibrate only on optimization lock during optimization Aug 13, 2024
@odespard odespard changed the title Calibrate only on optimization lock during optimization Calibrate optimization lock only during optimization Aug 13, 2024
Copy link
Collaborator

@mschwoer mschwoer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

alphadia/workflow/peptidecentric.py Show resolved Hide resolved
alphadia/workflow/peptidecentric.py Outdated Show resolved Hide resolved
alphadia/workflow/peptidecentric.py Outdated Show resolved Hide resolved
alphadia/workflow/peptidecentric.py Outdated Show resolved Hide resolved
Copy link
Collaborator

@GeorgWa GeorgWa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please have a look, should be good to merge soon.

alphadia/outputtransform.py Outdated Show resolved Hide resolved
alphadia/outputtransform.py Outdated Show resolved Hide resolved
alphadia/workflow/manager.py Outdated Show resolved Hide resolved
alphadia/workflow/peptidecentric.py Outdated Show resolved Hide resolved
alphadia/workflow/peptidecentric.py Show resolved Hide resolved
Copy link
Collaborator

@GeorgWa GeorgWa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@odespard odespard merged commit 93ba1aa into development Aug 15, 2024
5 checks passed
@odespard odespard deleted the refactor_batch_df branch August 15, 2024 13:21
@mschwoer mschwoer mentioned this pull request Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test:e2e End to end tests will be run on PRs that carry this label.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants