[yt-svn] commit/yt: 2 new changesets

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Wed Jun 24 05:33:34 PDT 2015


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/482af9b3681c/
Changeset:   482af9b3681c
Branch:      yt
User:        brittonsmith
Date:        2015-06-24 11:50:41+00:00
Summary:     Fixing pbar tabbing.
Affected #:  1 file

diff -r dc2467c4eae70b9f185adf2cba8f61b95f65fea0 -r 482af9b3681c3b0fff09ef71524b60e993398952 yt/analysis_modules/absorption_spectrum/absorption_spectrum.py
--- a/yt/analysis_modules/absorption_spectrum/absorption_spectrum.py
+++ b/yt/analysis_modules/absorption_spectrum/absorption_spectrum.py
@@ -274,8 +274,8 @@
                                                     'b_thermal': thermal_b[lixel],
                                                     'redshift': field_data['redshift'][lixel],
                                                     'v_pec': peculiar_velocity})
-                    pbar.update(i)
-                pbar.finish()
+                pbar.update(i)
+            pbar.finish()
 
             del column_density, delta_lambda, thermal_b, \
                 center_bins, width_ratio, left_index, right_index


https://bitbucket.org/yt_analysis/yt/commits/e2ac1692f642/
Changeset:   e2ac1692f642
Branch:      yt
User:        brittonsmith
Date:        2015-06-24 11:52:49+00:00
Summary:     Fixing typo in docstring.
Affected #:  1 file

diff -r 482af9b3681c3b0fff09ef71524b60e993398952 -r e2ac1692f642e3a150e7dd5f020755040248b569 yt/analysis_modules/halo_analysis/halo_callbacks.py
--- a/yt/analysis_modules/halo_analysis/halo_callbacks.py
+++ b/yt/analysis_modules/halo_analysis/halo_callbacks.py
@@ -400,7 +400,7 @@
         The field used as the overdensity from which interpolation is done to 
         calculate virial quantities.
         Default: ("gas", "overdensity")
-    critical_density : float
+    critical_overdensity : float
         The value of the overdensity at which to evaulate the virial quantities.  
         Overdensity is with respect to the critical density.
         Default: 200

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