[yt-svn] commit/yt: ngoldbaum: Updating the docstring for load_particles to reflect the current signature.

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Fri Jun 6 04:09:38 PDT 2014


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/296453fafbed/
Changeset:   296453fafbed
Branch:      yt-3.0
User:        ngoldbaum
Date:        2014-06-06 02:26:09
Summary:     Updating the docstring for load_particles to reflect the current signature.
Affected #:  1 file

diff -r 51fc454e1548d776f335d2f30079569e9f3a81e7 -r 296453fafbedebdbcdf01e1ebddb3bcee3f0951e yt/frontends/stream/data_structures.py
--- a/yt/frontends/stream/data_structures.py
+++ b/yt/frontends/stream/data_structures.py
@@ -985,8 +985,12 @@
         This is a dict of numpy arrays, where the keys are the field names.
         Particles positions must be named "particle_position_x",
         "particle_position_y", "particle_position_z".
-    sim_unit_to_cm : float
-        Conversion factor from simulation units to centimeters
+    length_unit : float
+        Conversion factor from simulation length units to centimeters
+    mass_unit : float
+        Conversion factor from simulation mass units to grams
+    time_unit : float
+        Conversion factor from simulation time units to seconds
     bbox : array_like (xdim:zdim, LE:RE), optional
         Size of computational domain in units sim_unit_to_cm
     sim_time : float, optional

Repository URL: https://bitbucket.org/yt_analysis/yt/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the yt-svn mailing list