Skip to content

Commit

Permalink
Minor flake8 fix for previous squash merge
Browse files Browse the repository at this point in the history
  • Loading branch information
sdhiscocks committed Nov 22, 2024
1 parent ba57d44 commit 0b20e96
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion stonesoup/predictor/tests/test_pointmass.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
1 change: 0 additions & 1 deletion stonesoup/updater/tests/test_pointmass.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 0b20e96

Please sign in to comment.