Skip to content

Commit

Permalink
Merge pull request #2805 from thomasaarholt/fix_example_signals
Browse files Browse the repository at this point in the history
Add hs.datasets.example_signals back in to init
  • Loading branch information
ericpre committed Aug 15, 2021
2 parents e7a0267 + 31aefaa commit 2772aca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/user_guide/model.rst
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ following template to suit your needs:
# Optionally we can set the initial values
self.parameter_1.value = parameter_1
self.parameter_1.value = parameter_1
self.parameter_2.value = parameter_2
# The units (optional)
self.parameter_1.units = 'Tesla'
Expand Down
2 changes: 1 addition & 1 deletion hyperspy/datasets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
"""

from hyperspy.misc.eels.eelsdb import eelsdb
from hyperspy.datasets import artificial_data
from hyperspy.datasets import artificial_data, example_signals

0 comments on commit 2772aca

Please sign in to comment.