Skip to content

Commit

Permalink
add s to end of "StateVectors"
Browse files Browse the repository at this point in the history
  • Loading branch information
orosoman-dstl committed Aug 31, 2023
1 parent 92f7f6b commit bc01e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stonesoup/models/transition/nonlinear.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import numpy as np
from scipy.linalg import block_diag

from ...types.array import StateVector, StateVector
from ...types.array import StateVector, StateVectors
from .base import TransitionModel
from ..base import GaussianModel, TimeVariantModel
from ...base import Property
Expand Down

0 comments on commit bc01e20

Please sign in to comment.