Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define AbstractPlane #14

Merged
merged 2 commits into from
Aug 11, 2022
Merged

Define AbstractPlane #14

merged 2 commits into from
Aug 11, 2022

Conversation

pmartorell
Copy link
Collaborator

Definition of

abstract type AbstractPlane end

Such that,

Plane <: AbstractPlane
CartesianPlane <: AbstractPlane

@pmartorell pmartorell changed the title Set AbstractPlane Define AbstractPlane Aug 11, 2022
@codecov-commenter
Copy link

codecov-commenter commented Aug 11, 2022

Codecov Report

Merging #14 (b99c31a) into main (0a96c04) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #14      +/-   ##
==========================================
+ Coverage   92.26%   92.27%   +0.01%     
==========================================
  Files           5        5              
  Lines        2882     2888       +6     
==========================================
+ Hits         2659     2665       +6     
  Misses        223      223              
Impacted Files Coverage Δ
src/SimplexFaces.jl 86.76% <100.00%> (+0.22%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@pmartorell pmartorell merged commit 9df3731 into main Aug 11, 2022
@pmartorell pmartorell deleted the abstract_plane branch August 11, 2022 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants