cesium-ml / cesium

Machine Learning Time-Series Platform
Other
670 stars 101 forks source link

Make SQR and SIGN static inline. #265

Closed filmor closed 6 years ago

filmor commented 6 years ago

From my limited understanding of C99 inline this is required, as no extern inline is done for those symbols anywhere.

codecov-io commented 6 years ago

Codecov Report

Merging #265 into master will increase coverage by 0.26%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #265      +/-   ##
==========================================
+ Coverage   92.85%   93.11%   +0.26%     
==========================================
  Files          35       34       -1     
  Lines        1917     1903      -14     
  Branches      248      239       -9     
==========================================
- Hits         1780     1772       -8     
+ Misses        100       97       -3     
+ Partials       37       34       -3
Impacted Files Coverage Δ
cesium/features/tests/__init__.py
cesium/features/tests/util.py 100% <0%> (+14.28%) :arrow_up:

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 55b4bd1...d0fda84. Read the comment docs.