Closed stadelmanma closed 7 years ago
Merging #62 into master will increase coverage by
0.0525%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #62 +/- ##
================================================
+ Coverage 99.7373% 99.7899% +0.0525%
================================================
Files 31 31
Lines 3807 3808 +1
================================================
+ Hits 3797 3800 +3
+ Misses 10 8 -2
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 b1b7f9b...119a947. Read the comment docs.
Fixes #61
I wasn't converting the point map from SI to output units after separating the point map and aperture map
Removed indicies 5 and 6 from the AP_POINT_MAP, now I calculate them locally when I calculate the cell transitivities.
Localized the AP_MAP variable, it was only used in the READ_AP_MAP subroutine
Switched some instances of conditions in loops to use the WHERE statement instead