Skip to content

Commit

Permalink
Merge pull request #1115 from francisco-dlp/FIX_signals_pollutions
Browse files Browse the repository at this point in the history
FIX #1059
  • Loading branch information
to266 committed Jul 5, 2016
2 parents cfd400f + e23aec8 commit 0199a48
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hyperspy/signals.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,7 @@ def __init__(self, *args, **kwargs):
" and replaced with BaseSignal",
VisibleDeprecationWarning)
BaseSignal.__init__(self, *args, **kwargs)

del DataDimensionError
del Signal1DTools
del Signal2DTools

0 comments on commit 0199a48

Please sign in to comment.