You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 18, 2023. It is now read-only.
At this point the Travis tests take 16 min to complete, we should decrease this time significantly. The biggest issue are the OS X builds as they take 2x time to complete as Linux builds. We could also consider choosing the parameters to better suite the test cases (tolerance, initial steps etc.) and separating the tests for legacy solvers (ones without iterators) from the new solvers. For the latter the tests in test/iterators.jl cover the same test cases but run significantly faster on my machine.
The text was updated successfully, but these errors were encountered:
At this point the Travis tests take 16 min to complete, we should decrease this time significantly. The biggest issue are the OS X builds as they take 2x time to complete as Linux builds. We could also consider choosing the parameters to better suite the test cases (tolerance, initial steps etc.) and separating the tests for legacy solvers (ones without iterators) from the new solvers. For the latter the tests in
test/iterators.jl
cover the same test cases but run significantly faster on my machine.The text was updated successfully, but these errors were encountered: