deltametrics/mask.py
changed.
Showing 1 of 1 files from the diff.
@@ -133,7 +133,7 @@
Loading
133 | 133 | ||
134 | 134 | # loop through the time dimension |
|
135 | 135 | for tval in range(0, self.data.shape[0]): |
|
136 | - | trim_idx = utils.guess_land_width_from_land(self.data[:, 0]) |
|
136 | + | trim_idx = utils.guess_land_width_from_land(self.data[tval, :, 0]) |
|
137 | 137 | data_trim = self.data[tval, trim_idx:, :] |
|
138 | 138 | # use topo_threshold to identify oceanmap |
|
139 | 139 | omap = (data_trim < self.topo_threshold) * 1. |
Files | Coverage |
---|---|
deltametrics | 91.02% |
Project Totals (8 files) | 91.02% |
codecov-umbrella
PYTHON=3.7 OS=ubuntu-latest
codecov-umbrella
PYTHON=3.8 OS=ubuntu-latest
codecov-umbrella
PYTHON=3.7 OS=macos-latest
codecov-umbrella
PYTHON=3.6 OS=ubuntu-latest
codecov-umbrella
PYTHON=3.6 OS=windows-latest
codecov-umbrella
PYTHON=3.8 OS=windows-latest
codecov-umbrella
PYTHON=3.8 OS=macos-latest
codecov-umbrella
PYTHON=3.7 OS=windows-latest
codecov-umbrella
PYTHON=3.6 OS=macos-latest
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file.
The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files.
The size and color of each slice is representing the number of statements and the coverage, respectively.