jacobnzw / SSMToybox

Nonlinear Sigma-Point Kalman Filters based on Bayesian Quadrature
MIT License
12 stars 0 forks source link

Remove deprecated NumPy types #30

Open jacobnzw opened 3 years ago

jacobnzw commented 3 years ago

Change np.int or np.float into int and float, respectively to avoid the deprecation warning in the latest NumPy version.