ziotom78 / Healpix.jl

Healpix library written in Julia
GNU General Public License v2.0
51 stars 18 forks source link

fix alm2cl bug and ctab #28

Closed xzackli closed 4 years ago

xzackli commented 4 years ago

My unit tests were too nice and didn't introduce enough floating point error. Now alm2cl takes the real part of the inner product, to prevent InexactError.

Also I think there's a typo with capitalization in ctab.

codecov[bot] commented 4 years ago

Codecov Report

Merging #28 into master will not change coverage. The diff coverage is 66.66%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #28   +/-   ##
=======================================
  Coverage   80.92%   80.92%           
=======================================
  Files          18       18           
  Lines         755      755           
=======================================
  Hits          611      611           
  Misses        144      144           
Impacted Files Coverage Δ
src/xyf.jl 91.22% <0.00%> (ø)
src/alm.jl 95.55% <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 93411ec...ed81391. Read the comment docs.