Skip to content

Commit

Permalink
Fix notebook.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpre committed Aug 24, 2020
1 parent bda0a69 commit 9114466
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/PGURE-SVT-HyperSpy-Demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"metadata": {},
"outputs": [],
"source": [
"random_seed = 123\n",
"random_state = 123\n",
"detector_gain = 0.1\n",
"detector_offset = 0.1\n",
"detector_sigma = 0.1\n",
Expand All @@ -86,7 +86,7 @@
" alpha=detector_gain,\n",
" mu=detector_offset,\n",
" sigma=detector_sigma,\n",
" random_seed=random_seed,\n",
" random_state=random_state,\n",
")\n",
"\n",
"s_noisy = hs.signals.Signal2D(noisy_data)\n",
Expand Down

0 comments on commit 9114466

Please sign in to comment.