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
@jkfurtney I have checked my code from refactoring-and-docs branch with scikit-fmm from master. It works fine! All tests with order 1 and 2 were completed successfully.
Currently, order == 2 for computing travel time in scikit-fmm (v 2019.1.30) has a numerical issue and does not work properly: scikit-fmm/scikit-fmm#28
The following code should be removed after fixing the issue in scikit-fmm:
scikit-mpe/skmpe/_parameters.py
Lines 40 to 47 in 59551ba
And also in the tests:
scikit-mpe/tests/test_mpe.py
Line 13 in 59551ba
The text was updated successfully, but these errors were encountered: