Skip to content

Commit

Permalink
Fix example notebook (negative value error).
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpre committed Sep 24, 2020
1 parent f5d9771 commit 2a54cfe
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 @@ -78,7 +78,7 @@
"source": [
"random_state = 123\n",
"detector_gain = 0.1\n",
"detector_offset = 0.1\n",
"detector_offset = 0.5\n",
"detector_sigma = 0.1\n",
"\n",
"noisy_data = mixed_noise_model(\n",
Expand Down Expand Up @@ -228,7 +228,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.7"
"version": "3.7.9"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 2a54cfe

Please sign in to comment.