-
Notifications
You must be signed in to change notification settings - Fork 2
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
Tests fail when cell outputs include current timestamp #32
Comments
Ideally we do want to test the output is as expected, but unfortunately the default output of the panel regression includes the current time stamp. There are three possible approaches to this.
Thoughts? |
Option 3: We could probably get away with the Parameter Estimates, Log Likelihood, Entities I suspect. Could we add in some magic that allows us to pass in arguments to keep (in this case the above) so that it can be reused for other types of panels? |
Option 4: use freezegun to ensure that the current time stamp is always some preset value |
E.g. https://github.com/ebmdatalab/tamoxifen-survey-study-notebook/commit/b11f2f1cdcba643b3ccde2d9f2cb995e0cbdd619/checks?check_suite_id=473974680
The text was updated successfully, but these errors were encountered: