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

Fix bug with find_do_peak(delay_b) kwarg #75

Merged
merged 1 commit into from
Nov 18, 2024
Merged

Fix bug with find_do_peak(delay_b) kwarg #75

merged 1 commit into from
Nov 18, 2024

Conversation

lisaa2504
Copy link
Contributor

@lisaa2504 lisaa2504 commented Nov 13, 2024

Using the DO peak detection the delay_b for the DO overshoot was not fulfilled. Tests checking for the initial_delay, delay_a and delay_b were implemented. The i_overshoot was returned even if the set time of delay_b had not proceeded leading to the detection of the DO peak. To fix this, a second if clause needed to be implemented checking for the fulfillment of the proceeded time being larger than the delay_b and only then returning and detecting the correspondive DO peak.

Copy link

github-actions bot commented Nov 13, 2024

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

@lisaa2504
Copy link
Contributor Author

lisaa2504 commented Nov 14, 2024

  • The JuBiotech maintainers know my real name.
  • The JuBiotech maintainers know my current employer.

@lisaa2504
Copy link
Contributor Author

I have read the CLA Document and I hereby sign the CLA.

@lisaa2504 lisaa2504 closed this Nov 14, 2024
@lisaa2504 lisaa2504 reopened this Nov 14, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Nov 14, 2024
@lisaa2504 lisaa2504 closed this Nov 14, 2024
@lisaa2504 lisaa2504 reopened this Nov 14, 2024
@lisaa2504 lisaa2504 closed this Nov 14, 2024
@lisaa2504 lisaa2504 reopened this Nov 14, 2024
@lisaa2504 lisaa2504 closed this Nov 14, 2024
@lisaa2504 lisaa2504 reopened this Nov 14, 2024
@lisaa2504 lisaa2504 closed this Nov 14, 2024
@lisaa2504 lisaa2504 reopened this Nov 14, 2024
@JuBiotech JuBiotech unlocked this conversation Nov 14, 2024
Copy link
Member

@michaelosthege michaelosthege left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@michaelosthege michaelosthege added the bug Something isn't working label Nov 14, 2024
@michaelosthege michaelosthege changed the title Draft: Delay_b_Bug_fix Fix bug with find_do_peak(delay_b) kwarg Nov 14, 2024
@lisaa2504 lisaa2504 merged commit d52e600 into main Nov 18, 2024
8 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Nov 18, 2024
@lisaa2504 lisaa2504 deleted the DO_delayb_bug branch November 18, 2024 12:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants