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

fullsky_geometry, made CarProjection abstract, broadcasting, tests #8

Merged
merged 5 commits into from
Jan 24, 2022

Conversation

xzackli
Copy link
Collaborator

@xzackli xzackli commented Jan 24, 2022

This PR adds fullsky_geometry(), with tests in test/runtests.jl. It also adds tests for broadcasting, and fixes a bug discovered by those tests.

This PR also makes CarProjection an abstract type. The functionality of that type has been replaced with the more specific subtype, CarClenshawCurtis.

@codecov-commenter
Copy link

codecov-commenter commented Jan 24, 2022

Codecov Report

Merging #8 (e11badd) into main (93eb2ba) will increase coverage by 48.69%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##            main       #8       +/-   ##
==========================================
+ Coverage   0.00%   48.69%   +48.69%     
==========================================
  Files          1        2        +1     
  Lines        101      115       +14     
==========================================
+ Hits           0       56       +56     
+ Misses       101       59       -42     
Impacted Files Coverage Δ
src/enmap.jl 43.26% <100.00%> (+43.26%) ⬆️
src/enmap_ops.jl 100.00% <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 93eb2ba...e11badd. Read the comment docs.

@xzackli xzackli merged commit 0a88668 into main Jan 24, 2022
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