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

Fix documentation and covariance calculation for Constant Turn Transition Models #1000

Merged
merged 3 commits into from
Apr 30, 2024

Conversation

csherman-dstl
Copy link
Contributor

Responding to Issue #995
Change doc string for KnownTurnRate Transition Model to match how covariance is being calculated.
Define the Matrix in the documentation for ConstantTurn Transition Model to be a matrix and not a vector.
Change covariance calculation in ConstantTurn.

@csherman-dstl csherman-dstl requested a review from a team as a code owner April 29, 2024 12:38
@csherman-dstl csherman-dstl requested review from sdhiscocks and nperree-dstl and removed request for a team April 29, 2024 12:38
Copy link

codecov bot commented Apr 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.56%. Comparing base (40382dd) to head (4b0a87d).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1000      +/-   ##
==========================================
+ Coverage   93.53%   93.56%   +0.03%     
==========================================
  Files         202      202              
  Lines       12985    12985              
  Branches     2649     2649              
==========================================
+ Hits        12146    12150       +4     
+ Misses        594      592       -2     
+ Partials      245      243       -2     
Flag Coverage Δ
integration 66.33% <0.00%> (+0.05%) ⬆️
unittests 89.17% <100.00%> (+0.03%) ⬆️

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

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

@sdhiscocks sdhiscocks added the bug label Apr 30, 2024
@sdhiscocks sdhiscocks merged commit 4fef40e into main Apr 30, 2024
10 checks passed
@sdhiscocks sdhiscocks deleted the fix_turn_models branch April 30, 2024 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants