dstl / Stone-Soup

A software project to provide the target tracking community with a framework for the development and testing of tracking algorithms.
https://stonesoup.rtfd.io
MIT License
400 stars 131 forks source link

Enable proper shallow copying of state mutable sequences #696

Closed sdhiscocks closed 2 years ago

sdhiscocks commented 2 years ago

This gives similar behaviour to a standard list

codecov[bot] commented 2 years ago

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%) :arrow_up:
unittests 92.16% <100.00%> (+<0.01%) :arrow_up:

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%) :arrow_down:
stonesoup/types/state.py 99.43% <100.00%> (+0.01%) :arrow_up:
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.