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:
commit
dd685eebaa
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user