Skip to content

Commit

Permalink
docstring improvement for DatasetSeries (add a note on weak references)
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Jun 29, 2020
1 parent 9813cc9 commit 5c74be0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions yt/data_objects/time_series.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ class DatasetSeries(object):
primarily expressed through iteration, but can also be constructed via
analysis tasks (see :ref:`time-series-analysis`).
Note that contained datasets are lazily loaded and weakly referenced. This means
that in order to perform follow-up operations on data it's best to define handles on
these datasets during iteration.
Parameters
----------
outputs : list or pattern
Expand Down

0 comments on commit 5c74be0

Please sign in to comment.