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

Enable proper shallow copying of state mutable sequences #696

Merged
merged 1 commit into from
Aug 22, 2022

Conversation

sdhiscocks
Copy link
Member

This gives similar behaviour to a standard list

@sdhiscocks sdhiscocks added the bug label Aug 17, 2022
@sdhiscocks sdhiscocks requested a review from a team as a code owner August 17, 2022 14:15
@sdhiscocks sdhiscocks requested review from hpritchett-dstl and removed request for a team August 17, 2022 14:15
@codecov
Copy link

codecov bot commented Aug 17, 2022

Codecov Report

Merging #696 (368cc20) into main (ce16944) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #696   +/-   ##
=======================================
  Coverage   94.59%   94.59%           
=======================================
  Files         171      171           
  Lines        8617     8627   +10     
  Branches     1665     1665           
=======================================
+ Hits         8151     8161   +10     
  Misses        341      341           
  Partials      125      125           
Flag Coverage Δ
integration 69.29% <100.00%> (+0.03%) ⬆️
unittests 92.16% <100.00%> (+<0.01%) ⬆️

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

Impacted Files Coverage Δ
stonesoup/sensormanager/reward.py 97.67% <ø> (-0.11%) ⬇️
stonesoup/types/state.py 99.43% <100.00%> (+0.01%) ⬆️
stonesoup/types/track.py 100.00% <100.00%> (ø)

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

This gives similar behaviour to a standard list
@sdhiscocks sdhiscocks merged commit 2618c0b into main Aug 22, 2022
@sdhiscocks sdhiscocks deleted the track_copy branch August 22, 2022 13: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