Skip to content

Commit

Permalink
Merge pull request #57 from ericpre/package_tests
Browse files Browse the repository at this point in the history
Make the tests folder a package
  • Loading branch information
tjof2 committed Aug 24, 2020
2 parents fffb5cb + 9114466 commit ead2565
Show file tree
Hide file tree
Showing 2 changed files 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
Empty file added pguresvt/tests/__init__.py
Empty file.

0 comments on commit ead2565

Please sign in to comment.