sisl / GridInterpolations.jl

Multidimensional grid interpolation in arbitrary dimensions
Other
52 stars 12 forks source link

Uncomments some tests in interpBenchmarks.jl to improve test coverage… #12

Closed ptoman closed 7 years ago

ptoman commented 7 years ago

… (they had been commented out because they were slow to complete with the kNN material, but now that kNN has been removed, they are more reasonable in speed)

See #10 for the parent to this PR.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+5.7%) to 96.957% when pulling 3fcfa1c98a02bec898aaa9ccb6885f160a05676f on ptoman:add_tests into 3c609fe0ab00ec4eadee85d4822b345a65fc5771 on sisl:master.

zsunberg commented 7 years ago

Thanks!