PoisotLab / SimpleSDMLayers.jl

Simple layers for species distribution modeling and bioclimatic data
https://docs.ecojulia.org/SimpleSDMLayers.jl/stable/
MIT License
19 stars 2 forks source link

Fix for #71 #72

Closed tpoisot closed 3 years ago

tpoisot commented 3 years ago

Closes #71

This adds a new convert method (and finally adds a show method) to change the element type of a layer. Useful to plot non-float things.

codecov-io commented 3 years ago

Codecov Report

Merging #72 (96fbf4c) into master (d714156) will decrease coverage by 0.60%. The diff coverage is 50.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #72      +/-   ##
==========================================
- Coverage   85.30%   84.69%   -0.61%     
==========================================
  Files          22       22              
  Lines         483      490       +7     
==========================================
+ Hits          412      415       +3     
- Misses         71       75       +4     
Flag Coverage Δ
unittests 84.69% <50.00%> (-0.61%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/lib/overloads.jl 90.62% <42.85%> (-3.76%) :arrow_down:
src/recipes/recipes.jl 93.10% <100.00%> (ø)

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 d714156...96fbf4c. Read the comment docs.