Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

Fix for #71 #72

Merged
merged 11 commits into from
Feb 28, 2021
Merged

Fix for #71 #72

merged 11 commits into from
Feb 28, 2021

Conversation

tpoisot
Copy link
Member

@tpoisot tpoisot commented Feb 28, 2021

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
Copy link

codecov-io commented Feb 28, 2021

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%) ⬇️

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%) ⬇️
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.

@tpoisot tpoisot merged commit db148a5 into master Feb 28, 2021
@tpoisot tpoisot deleted the tpoisot/issue71 branch February 28, 2021 20:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Not all numeric types play well with plots
2 participants