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

implement query_disc #35

Merged
merged 5 commits into from
Aug 11, 2017
Merged

implement query_disc #35

merged 5 commits into from
Aug 11, 2017

Conversation

mweastwood
Copy link
Owner

Now we'll just try to convert each argument to Clong and call the Clong
version in libchealpix. We no longer also try to wrap the Clonglong
version of each function.

This means, for example, the `nside` and `pixel` arguments no longer
have to have the same type and we can accept that `query_disc` returns a
`Vector{Cint}` instead of a `Vector{Int}`.
@codecov
Copy link

codecov bot commented Aug 11, 2017

Codecov Report

Merging #35 into master will increase coverage by 0.41%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #35      +/-   ##
==========================================
+ Coverage   96.41%   96.83%   +0.41%     
==========================================
  Files           7        7              
  Lines         279      284       +5     
==========================================
+ Hits          269      275       +6     
+ Misses         10        9       -1
Impacted Files Coverage Δ
src/io.jl 98.3% <ø> (ø) ⬆️
src/LibHealpix.jl 66.66% <ø> (ø) ⬆️
src/map.jl 96.82% <100%> (+0.33%) ⬆️
src/pixel.jl 100% <100%> (+2.04%) ⬆️

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 a7371fe...0b6cd09. Read the comment docs.

@codecov
Copy link

codecov bot commented Aug 11, 2017

Codecov Report

Merging #35 into master will increase coverage by 0.41%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #35      +/-   ##
==========================================
+ Coverage   96.41%   96.83%   +0.41%     
==========================================
  Files           7        7              
  Lines         279      284       +5     
==========================================
+ Hits          269      275       +6     
+ Misses         10        9       -1
Impacted Files Coverage Δ
src/LibHealpix.jl 66.66% <ø> (ø) ⬆️
src/io.jl 98.3% <ø> (ø) ⬆️
src/pixel.jl 100% <100%> (+2.04%) ⬆️
src/map.jl 96.82% <100%> (+0.33%) ⬆️

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 a7371fe...0b6cd09. Read the comment docs.

@mweastwood mweastwood merged commit 4d719ba into master Aug 11, 2017
@mweastwood mweastwood deleted the query_disc branch August 13, 2017 01:03
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.

implement query_disc
1 participant