Commit 42d0bfb
committed
Remove scikit-image runtime dependency
ccdproc's block_reduce/block_average/block_replicate wrappers
delegate to astropy.nddata -- skimage was never called at runtime.
The version-skip decorators in the test file used broken string
comparison and guarded against an old numpy dev incompatibility
that's astropy's problem now.
Closes #921.1 parent 1bf5bcf commit 42d0bfb
3 files changed
Lines changed: 1 addition & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| |||
801 | 800 | | |
802 | 801 | | |
803 | 802 | | |
804 | | - | |
805 | | - | |
806 | | - | |
807 | | - | |
808 | 803 | | |
809 | 804 | | |
810 | 805 | | |
| |||
834 | 829 | | |
835 | 830 | | |
836 | 831 | | |
837 | | - | |
838 | | - | |
839 | | - | |
840 | | - | |
841 | 832 | | |
842 | 833 | | |
843 | 834 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
| |||
0 commit comments