From 0b20e96a4723e187e14626f10864fceac6c05f9e Mon Sep 17 00:00:00 2001 From: Steven Hiscocks Date: Fri, 22 Nov 2024 15:27:47 +0000 Subject: [PATCH] Minor flake8 fix for previous squash merge --- stonesoup/predictor/tests/test_pointmass.py | 1 - stonesoup/updater/tests/test_pointmass.py | 1 - 2 files changed, 2 deletions(-) diff --git a/stonesoup/predictor/tests/test_pointmass.py b/stonesoup/predictor/tests/test_pointmass.py index 44602f92b..4daaef611 100644 --- a/stonesoup/predictor/tests/test_pointmass.py +++ b/stonesoup/predictor/tests/test_pointmass.py @@ -28,7 +28,6 @@ def test_pointmass(): Npa = np.array( [33, 33, 33, 33] ) # 33 number of points per axis, for FFT must be ODD!!!! - N = np.prod(Npa) # number of points - total sFactor = 4 # scaling factor (number of sigmas covered by the grid) [predGrid, predGridDelta, gridDimOld, xOld, Ppold] = grid_creation( diff --git a/stonesoup/updater/tests/test_pointmass.py b/stonesoup/updater/tests/test_pointmass.py index dbf255184..1a80795c6 100644 --- a/stonesoup/updater/tests/test_pointmass.py +++ b/stonesoup/updater/tests/test_pointmass.py @@ -42,7 +42,6 @@ def test_pointmass(): Npa = np.array( [31, 31, 27, 27] ) # 33 number of points per axis, for FFT must be ODD!!!! - N = np.prod(Npa) # number of points - total sFactor = 4 # scaling factor (number of sigmas covered by the grid) [predGrid, predGridDelta, gridDimOld, xOld, Ppold] = grid_creation(