Skip to content

Commit

Permalink
Make nbqa happy
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-kidger committed Feb 21, 2023
1 parent 9514c7b commit 813fe0f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/kalman_filter.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@
" R: jnp.ndarray\n",
"\n",
" def __call__(self, ts, ys, us: Optional[jnp.ndarray] = None):\n",
"\n",
" A, B, C = self.sys.A, self.sys.B, self.sys.C\n",
"\n",
" y_t = dfx.LinearInterpolation(ts=ts, ys=ys)\n",
Expand Down Expand Up @@ -303,7 +302,6 @@
" n_gradient_steps=0,\n",
" print_every=10,\n",
"):\n",
"\n",
" xs, ys = simulate_lti_system(\n",
" sys_true, sys_true_x0, ts, std_measurement_noise=sys_true_std_measurement_noise\n",
" )\n",
Expand Down

0 comments on commit 813fe0f

Please sign in to comment.