Skip to content

Commit

Permalink
Improve docstring of _iterate_signal
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpre committed Jul 26, 2021
1 parent 554833e commit 2bb9976
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hyperspy/signal.py
Expand Up @@ -3498,7 +3498,8 @@ def _make_sure_data_is_contiguous(self):

def _iterate_signal(self, iterpath=None):
"""Iterates over the signal data. It is faster than using the signal
iterator.
iterator, because it avoids making deepcopy of metadata and other
attributes.
Parameters
----------
Expand Down

0 comments on commit 2bb9976

Please sign in to comment.