Closed eloch216 closed 7 months ago
Attention: Patch coverage is 89.69697%
with 51 lines
in your changes are missing coverage. Please review.
Project coverage is 88.04%. Comparing base (
cd9b410
) to head (0f9fa12
). Report is 3 commits behind head on unreleased.
Files | Patch % | Lines |
---|---|---|
R/exdf.R | 51.21% | 20 Missing :warning: |
R/calculate_c4_assimilation.R | 48.14% | 14 Missing :warning: |
R/confidence_intervals.R | 91.30% | 4 Missing :warning: |
R/process_tdl_cycle_polynomial.R | 0.00% | 3 Missing :warning: |
R/error_function_c3_aci.R | 87.50% | 1 Missing :warning: |
R/error_function_c3_variable_j.R | 87.50% | 1 Missing :warning: |
R/error_function_c4_aci.R | 93.33% | 1 Missing :warning: |
R/estimate_licor_variance.R | 97.87% | 1 Missing :warning: |
R/fit_c3_aci.R | 96.87% | 1 Missing :warning: |
R/fit_c3_variable_j.R | 97.29% | 1 Missing :warning: |
... and 4 more |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
The main change in this PR is to switch from least-squares regression to maximum likelihood regression. But a few other helpful changes have also been made.