CI: Fix time errors on windows and numpy warnings#645
CI: Fix time errors on windows and numpy warnings#645Smit-create merged 5 commits intoQuantEcon:masterfrom
Conversation
|
I think |
oyamad
left a comment
There was a problem hiding this comment.
I vote for setting a higher `rtol' for all platforms (not skipping on particular platforms).
oyamad
left a comment
There was a problem hiding this comment.
Can we remove these parts?
QuantEcon.py/quantecon/util/tests/test_timing.py
Lines 18 to 20 in 89a7012
QuantEcon.py/quantecon/util/tests/test_timing.py
Lines 39 to 41 in 89a7012
That issue with osx is still not fixed. I tried enabling that and found these results: https://github.com/QuantEcon/QuantEcon.py/actions/runs/3374887986/jobs/5600990154: While the expected values are Locally, this passes for me on MAC M1 but not sure why that fails on the CI. |
|
Just raise |
I tried to raise that and still, there seems to be a large difference. |
|
Then let |
Is there a reason it's slower and can it be fixed? |
Fixes #633
Fixes #647