Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

auto_regression: return covariance #309

Merged
merged 3 commits into from
Sep 27, 2023

Conversation

mathause
Copy link
Member

Despite #307 I want to get this in. As always unsure if that should be cov or covariance.

@codecov
Copy link

codecov bot commented Sep 27, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (acd80e4) 87.00% compared to head (d90b1b3) 87.03%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #309      +/-   ##
==========================================
+ Coverage   87.00%   87.03%   +0.02%     
==========================================
  Files          38       38              
  Lines        1601     1604       +3     
==========================================
+ Hits         1393     1396       +3     
  Misses        208      208              
Flag Coverage Δ
unittests 87.03% <100.00%> (+0.02%) ⬆️

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

Files Coverage Δ
mesmer/calibrate_mesmer/train_gv.py 95.00% <100.00%> (+0.08%) ⬆️
mesmer/calibrate_mesmer/train_lv.py 84.33% <100.00%> (+0.38%) ⬆️
mesmer/stats/auto_regression.py 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mathause mathause merged commit c31044f into MESMER-group:main Sep 27, 2023
7 checks passed
@mathause mathause deleted the auto_regression_covariance branch September 27, 2023 09:25
@MESMER-group MESMER-group deleted a comment from 251925209391 Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

auto_regression: return co-variance instead of standard deviation
1 participant