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

Bitbucket commits-noreply at bitbucket.org
Mon Jan 14 12:53:59 PST 2013


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/ccaa2d32bab1/
changeset:   ccaa2d32bab1
branch:      yt
user:        Andrew Myers
date:        2013-01-14 21:36:13
summary:     the documentation for the Camera constructor says that no_ghost defaults to False, but actually it defaults to True
affected #:  1 file

diff -r bf5f6f75516f41ac36c824c62df8639a684ffc1a -r ccaa2d32bab198b9595fe8920334d49c7d23c982 yt/visualization/volume_rendering/camera.py
--- a/yt/visualization/volume_rendering/camera.py
+++ b/yt/visualization/volume_rendering/camera.py
@@ -118,7 +118,7 @@
             lead to large speed improvements, but at a loss of
             accuracy/smoothness in resulting image.  The effects are
             less notable when the transfer function is smooth and
-            broad. Default: False
+            broad. Default: True
         tree_type: string, optional
             Specifies the type of kd-Tree to be constructed/cast.
             There are three options, the default being 'domain'. Only


https://bitbucket.org/yt_analysis/yt/commits/f9473ac8c30b/
changeset:   f9473ac8c30b
branch:      yt
user:        MatthewTurk
date:        2013-01-14 21:53:55
summary:     Merged in atmyers/yt (pull request #399: the documentation for the Camera constructor says that no_ghost defaults to False, but actually it defaults to True)
affected #:  1 file

diff -r a10b27effcf88e8875dc94f0a240c11b7d07a82b -r f9473ac8c30bbdc1221be0c407fe8ebe7994809c yt/visualization/volume_rendering/camera.py
--- a/yt/visualization/volume_rendering/camera.py
+++ b/yt/visualization/volume_rendering/camera.py
@@ -118,7 +118,7 @@
             lead to large speed improvements, but at a loss of
             accuracy/smoothness in resulting image.  The effects are
             less notable when the transfer function is smooth and
-            broad. Default: False
+            broad. Default: True
         tree_type: string, optional
             Specifies the type of kd-Tree to be constructed/cast.
             There are three options, the default being 'domain'. Only

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