Skip to content

Commit

Permalink
fix import error in ecg example
Browse files Browse the repository at this point in the history
  • Loading branch information
williamgilpin committed Sep 4, 2020
1 parent 72f2772 commit b3100e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exploratory.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@
}
],
"source": [
"data = standardize_ts(np.loadtxt('datasets/ecg_test.csv.gz'))\n",
"data = np.loadtxt('datasets/ecg_test.csv.gz')\n",
"plt.figure()\n",
"plt.plot(data[:1000], linewidth=1)\n",
"\n",
Expand Down

0 comments on commit b3100e1

Please sign in to comment.