Skip to content

Commit

Permalink
remove presaved kf plot
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronj0 committed Sep 16, 2023
1 parent dd1fe96 commit c2721e4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Binary file removed notebooks/kalman_CUDA_demo/1D_kf_plot.jpg
Binary file not shown.
10 changes: 9 additions & 1 deletion notebooks/kalman_CUDA_demo/run_kf.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@
"plt.ylabel('Acceleration (m/s₂)')\n",
"plt.title('True Value vs. g_pred')\n",
"plt.legend()\n",
"plt.savefig(\"kf_plot2.jpg\")\n",
"plt.savefig(\"1D_kf_plot.jpg\")\n",
" \n",
"plt.yscale('symlog')\n",
"# Show the plot\n",
Expand All @@ -777,6 +777,14 @@
"source": [
"<img src=\"kf_plot2.jpg\">"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "145a5f37-15ae-4336-b126-fba8b6760de2",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit c2721e4

Please sign in to comment.