Jason Furtney
Jason Furtney
It looks like the build completed. You can get that error (ModuleNotFoundError: No module named 'skfmm.cfmm') if you try to run python and import skfmm from the scikit-fmm source folder....
OK I had a quick look at this. A few of the tests fail, as you point out, maybe due to the tests themselves. Here is what I get right...
For first two test I am not sure what is going on, I need to look more at those. At least this one needs to be fixed. ``` Test case...
I will need to scratch my head a little more on this. Where the actual contour is depends on how it is reconstructed from the values in the array. Within...
You can get this error if you run the tests from the source directory. If you install the package and `cd ~` and then try the tests again.