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

Unit test for BMD boundary cases #50

Open
6 tasks done
sedavid01 opened this issue Sep 27, 2023 · 0 comments
Open
6 tasks done

Unit test for BMD boundary cases #50

sedavid01 opened this issue Sep 27, 2023 · 0 comments
Assignees

Comments

@sedavid01
Copy link
Collaborator

sedavid01 commented Sep 27, 2023

We want to ensure that BMD censoring is consistent across builds and is working as intended.

Goal: Generate a unit test to ensure that the BMD censoring function is working correctly. Cases to cover are below:

  • Estimated BMD is less than the lower 'threshold dose'.
  • Estimated BMD is greater than the upper 'threshold dose'
  • Estimated BMD is above the lower 'threshold dose' and below the 'reference dose' (lowest expt dose).
  • Estimated BMD is above the lower 'reference dose' (lowest expt. dose).
  • Estimated BMD is below the upper 'threshold dose' and above the 'reference dose' (highest expt dose).
  • Estimated BMD is below the upper 'reference dose' (highest expt dose).
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

When branches are created from issues, their pull requests are automatically linked.

2 participants