[yt-svn] commit/yt: xarthisius: Fix typo introduced in PR 2029

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Thu Mar 10 08:16:47 PST 2016


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/8f0006cf6b06/
Changeset:   8f0006cf6b06
Branch:      yt
User:        xarthisius
Date:        2016-03-10 14:59:35+00:00
Summary:     Fix typo introduced in PR 2029
Affected #:  1 file

diff -r 483bf7e1cc9484f761be737690ec586a420335e6 -r 8f0006cf6b068549f0bcff6926ecad4fa26cab9f yt/visualization/volume_rendering/scene.py
--- a/yt/visualization/volume_rendering/scene.py
+++ b/yt/visualization/volume_rendering/scene.py
@@ -140,7 +140,7 @@
             self.set_new_unit_registry(
                 render_source.data_source.ds.unit_registry)
 
-        line_annotation_sources = (MeshSource, BoxSource, CoordinateVectorSource)
+        line_annotation_sources = (GridSource, BoxSource, CoordinateVectorSource)
 
         if isinstance(render_source, line_annotation_sources):
             lens_str = str(self.camera.lens)

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