Skip to content

Commit cf6f375

Browse files
committed
Remove seed for plotter track test
As per @sdhiscocks recommendations
1 parent 7e56c2b commit cf6f375

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

stonesoup/tests/test_plotter.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626

2727
from stonesoup.types.track import Track
2828

29-
np.random.seed(1991)
30-
3129
start_time = datetime.now()
3230
transition_model = CombinedLinearGaussianTransitionModel([ConstantVelocity(0.005),
3331
ConstantVelocity(0.005)])

0 commit comments

Comments
 (0)