Closed cdilullo closed 2 years ago
Merging #9 (57a37fb) into master (64f15e9) will increase coverage by
0.24%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #9 +/- ##
==========================================
+ Coverage 89.85% 90.09% +0.24%
==========================================
Files 8 8
Lines 404 414 +10
==========================================
+ Hits 363 373 +10
Misses 41 41
Impacted Files | Coverage Δ | |
---|---|---|
pygdsm/base_observer.py | 97.61% <100.00%> (+0.32%) |
: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 2cbad9e...57a37fb. Read the comment docs.
@telegraphic, there were large conflicts on the master branch that weren't caught in the merging of
fix_observer_masking
intomaster.
I've gone ahead and fixed these. Also, I reworked things to incorporate the newerobstime
parameter inBaseObserver.generate()
.