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 mapping in TPR tree causing error when mapping is tuple #720

Merged
merged 1 commit into from
Sep 20, 2022

Conversation

sdhiscocks
Copy link
Member

This was caused by tuple being assumed to be 2d-slice.

@sdhiscocks sdhiscocks added the bug label Sep 16, 2022
@sdhiscocks sdhiscocks requested a review from a team as a code owner September 16, 2022 11:24
@sdhiscocks sdhiscocks requested review from jswright-dstl and jwragg-dstl and removed request for a team September 16, 2022 11:24
@codecov
Copy link

codecov bot commented Sep 16, 2022

Codecov Report

Base: 94.66% // Head: 94.66% // No change to project coverage 👍

Coverage data is based on head (fb20bc5) compared to base (2b69b97).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #720   +/-   ##
=======================================
  Coverage   94.66%   94.66%           
=======================================
  Files         171      171           
  Lines        8773     8773           
  Branches     1707     1707           
=======================================
  Hits         8305     8305           
  Misses        342      342           
  Partials      126      126           
Flag Coverage Δ
integration 70.02% <ø> (ø)
unittests 90.75% <ø> (ø)

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

Impacted Files Coverage Δ
stonesoup/dataassociator/tree.py 97.29% <ø> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@sdhiscocks sdhiscocks merged commit f88c394 into main Sep 20, 2022
@sdhiscocks sdhiscocks deleted the tree_mapping branch September 20, 2022 11:47
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