pytroll / pyorbital

Orbital and astronomy computations in python
http://pyorbital.readthedocs.org/
GNU General Public License v3.0
224 stars 77 forks source link

Fix parabolic estimation #76

Closed mraspaud closed 3 years ago

mraspaud commented 3 years ago

This should fix the parabolic estimation diverging sometimes in the next pass computation

codecov[bot] commented 3 years ago

Codecov Report

Merging #76 (f93f41c) into master (af4cc3c) will increase coverage by 0.01%. The diff coverage is 100.00%.

:exclamation: Current head f93f41c differs from pull request most recent head 48d7cf4. Consider uploading reports for the commit 48d7cf4 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##           master      #76      +/-   ##
==========================================
+ Coverage   85.30%   85.31%   +0.01%     
==========================================
  Files          13       13              
  Lines        1878     1893      +15     
==========================================
+ Hits         1602     1615      +13     
- Misses        276      278       +2     
Flag Coverage Δ
unittests 85.31% <100.00%> (+0.01%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pyorbital/orbital.py 87.16% <100.00%> (-0.28%) :arrow_down:
pyorbital/tests/test_orbital.py 95.45% <100.00%> (+0.24%) :arrow_up:
pyorbital/tests/test_tlefile.py 97.43% <100.00%> (+0.02%) :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 af4cc3c...48d7cf4. Read the comment docs.

ghost commented 3 years ago

DeepCode failed to analyze this pull request

Something went wrong despite trying multiple times, sorry about that. Please comment this pull request with "Retry DeepCode" to manually retry, or contact us so that a human can look into the issue.

dagnic commented 3 years ago

@mraspaud Thanks for the PR and the merge into master. Do you know if it is possible to update the version available in the conda channel (https://anaconda.org/conda-forge/pyorbital)? Thanks again!

mraspaud commented 3 years ago

I'll try to make a release soon