-
Notifications
You must be signed in to change notification settings - Fork 8
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
add sample size and events to sim_gs_n
per analysis per simulation
#208
Conversation
…nvalidated tests in the future
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instead of removing n
and event
from observed
, I think the better way to update the tests is to add these to expected
.
Agreed! I'm uncertain about the origin of the "magic number" in the expected . I will reach out to John and inquire about the feasibility of including Hi @jdblischak, could you please let us know if it is possible to incorporate |
@LittleBeannie Yes, I obtained
These are backwards compatibility tests. There is nothing magic about them. I cannot refactor the code without having tests to ensure I don't break anything. |
Thank you for your quick response! I encountered an issue while attempting to run |
Done in f815bbc
It's probably because we recently moved all the setup code to helper functions. To be able to use these, you have to first run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice, thanks for the update ✨
Closes #207