add sample size and events to sim_gs_n per analysis per simulation#208
Conversation
…nvalidated tests in the future
nanxstats
left a comment
There was a problem hiding this comment.
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 |
nanxstats
left a comment
There was a problem hiding this comment.
Very nice, thanks for the update ✨
Closes #207