Closed Libbum closed 6 years ago
Merging #46 into master will not change coverage. The diff coverage is
8%
.
@@ Coverage Diff @@
## master #46 +/- ##
=======================================
Coverage 10.75% 10.75%
=======================================
Files 7 7
Lines 1646 1646
=======================================
Hits 177 177
Misses 1469 1469
Impacted Files | Coverage Δ | |
---|---|---|
src/input.rs | 7.43% <8%> (ø) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 33e11d4...65dbe3e. Read the comment docs.
Can confirm that outputs which have been resized are within statistical error of those starting from Gaussian.
Closes #17 and #18.
I've started an interpolation library for ndarray, and thus pilfered the trilinear interp method and modified it to suit. CSV implimentation seems to work ok, need to expand the method to all file types and do some testing.