Commit 06fd596
shading: use morphology.footprint_rectangle((1, 3)) for 1x3 structuring element (#233)
* shading: use morphology.footprint_rectangle((1, 3)) for 1x3 structuring element
* Fix read-only array error in _prepare_images by copying to_numpy() output
* Move footprint_rectangle import to module level with version fallback for skimage < 0.23
* Apply suggestion from @cwhanse
* fixed flake8 error
* Fix DatetimeIndex.diff() AttributeError in completeness_score
---------
Co-authored-by: Cliff Hansen <cwhanse@sandia.gov>1 parent ea119dd commit 06fd596
2 files changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
113 | 114 | | |
114 | 115 | | |
115 | 116 | | |
116 | | - | |
| 117 | + | |
117 | 118 | | |
118 | 119 | | |
119 | 120 | | |
| |||
365 | 366 | | |
366 | 367 | | |
367 | 368 | | |
368 | | - | |
| 369 | + | |
369 | 370 | | |
370 | 371 | | |
371 | 372 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
277 | | - | |
| 277 | + | |
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
| |||
0 commit comments