Merge pull request #281 from huberemanuel/fix-01-g-h-filter-plot-import

Changing plot_g_h_results import line
This commit is contained in:
Roger Labbe 2020-04-26 18:06:13 -07:00 committed by GitHub
commit dd685eebaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -931,6 +931,7 @@
},
"outputs": [],
"source": [
"from kf_book.gh_internal import plot_g_h_results\n",
"def g_h_filter(data, x0, dx, g, h, dt):\n",
" pass # your solution here\n",
"\n",
@ -966,7 +967,6 @@
}
],
"source": [
"from kf_book.gh_internal import plot_g_h_results\n",
"import matplotlib.pylab as pylab\n",
"\n",
"def g_h_filter(data, x0, dx, g, h, dt=1.):\n",