ptiede / Comrade.jl

MIT License
43 stars 8 forks source link

Add better reference station support #308

Closed ptiede closed 11 months ago

ptiede commented 1 year ago

The reference station stuff had previously been global. You pick a single station set it to FixedSeg and move on. Now we have some automated reference station selection.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 1.51% and project coverage change: -73.54 :warning:

Comparison is base (0067522) 82.68% compared to head (b1828db) 9.15%.

:exclamation: Current head b1828db differs from pull request most recent head 15ccc99. Consider uploading reports for the commit 15ccc99 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #308 +/- ## ========================================== - Coverage 82.68% 9.15% -73.54% ========================================== Files 37 37 Lines 3206 3201 -5 ========================================== - Hits 2651 293 -2358 - Misses 555 2908 +2353 ``` | [Impacted Files](https://app.codecov.io/gh/ptiede/Comrade.jl/pull/308?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Paul+Tiede) | Coverage Δ | | |---|---|---| | [lib/ComradeAHMC/src/ComradeAHMC.jl](https://app.codecov.io/gh/ptiede/Comrade.jl/pull/308?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Paul+Tiede#diff-bGliL0NvbXJhZGVBSE1DL3NyYy9Db21yYWRlQUhNQy5qbA==) | `0.00% <0.00%> (-85.37%)` | :arrow_down: | | [src/calibration/jones.jl](https://app.codecov.io/gh/ptiede/Comrade.jl/pull/308?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Paul+Tiede#diff-c3JjL2NhbGlicmF0aW9uL2pvbmVzLmps) | `0.00% <0.00%> (-79.15%)` | :arrow_down: | | [src/calibration/priors.jl](https://app.codecov.io/gh/ptiede/Comrade.jl/pull/308?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Paul+Tiede#diff-c3JjL2NhbGlicmF0aW9uL3ByaW9ycy5qbA==) | `7.27% <0.00%> (-82.21%)` | :arrow_down: | | [src/models/misc.jl](https://app.codecov.io/gh/ptiede/Comrade.jl/pull/308?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Paul+Tiede#diff-c3JjL21vZGVscy9taXNjLmps) | `0.00% <0.00%> (-64.29%)` | :arrow_down: | | [src/models/modifiers.jl](https://app.codecov.io/gh/ptiede/Comrade.jl/pull/308?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Paul+Tiede#diff-c3JjL21vZGVscy9tb2RpZmllcnMuamw=) | `31.85% <ø> (-51.24%)` | :arrow_down: | | [src/models/polarized.jl](https://app.codecov.io/gh/ptiede/Comrade.jl/pull/308?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Paul+Tiede#diff-c3JjL21vZGVscy9wb2xhcml6ZWQuamw=) | `0.00% <ø> (-87.66%)` | :arrow_down: | | [src/utility.jl](https://app.codecov.io/gh/ptiede/Comrade.jl/pull/308?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Paul+Tiede#diff-c3JjL3V0aWxpdHkuamw=) | `0.00% <0.00%> (-65.00%)` | :arrow_down: | | [src/visualizations/data.jl](https://app.codecov.io/gh/ptiede/Comrade.jl/pull/308?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Paul+Tiede#diff-c3JjL3Zpc3VhbGl6YXRpb25zL2RhdGEuamw=) | `0.00% <0.00%> (-96.92%)` | :arrow_down: | | [src/distributions/radiolikelihood.jl](https://app.codecov.io/gh/ptiede/Comrade.jl/pull/308?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Paul+Tiede#diff-c3JjL2Rpc3RyaWJ1dGlvbnMvcmFkaW9saWtlbGlob29kLmps) | `50.00% <50.00%> (-41.31%)` | :arrow_down: | ... and [24 files with indirect coverage changes](https://app.codecov.io/gh/ptiede/Comrade.jl/pull/308/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Paul+Tiede)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.