-
Notifications
You must be signed in to change notification settings - Fork 328
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
[BUG] test_complexity fails on MacOS Monterey 12.0.1 #149
Comments
I'm not sure. I've actually seen this error myself, but it is inconsistent... sometimes when I run it, it passes successfully, and other times not (with the same error about the max allowed time). I'll look into it and thanks for your time! |
This appears to be a dumb bug because of an old print statement in the file. Deleted this and now cannot reproduce your error, even by running pytest with the same seed ("pytest test/property_tests/test_optimizers_complexity.py --hypothesis-seed=52255670341713864011347036311399653498"). I also added @settings(max_examples=20, deadline=None) to the test_complexity_parameter function since occasionally I was seeing inconsistent timing. |
Works now! Thanks for fixing! |
The single-frequency models do support using hourly data for daily predictions (use_frequencies = ['1D']). However, the input layer would calculate the size of dynamic features incorrectly in these cases (it used the number of frequencies (i.e., 1) instead of the number of features of that one frequency.
Hi, one of the tests failed on my machine. What is the problem here?
This issue is part of my JOSS-review openjournals/joss-reviews#3994.
Reproducing code example:
Error message:
PySINDy/Python version information:
The text was updated successfully, but these errors were encountered: