[yt-svn] commit/yt: MatthewTurk: Typo -- fixes #968.

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Sun Jan 4 09:41:12 PST 2015


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/d0d4c7a4e3c7/
Changeset:   d0d4c7a4e3c7
Branch:      yt
User:        MatthewTurk
Date:        2015-01-04 17:34:42+00:00
Summary:     Typo -- fixes #968.
Affected #:  1 file

diff -r 821d24988cef8f9163cd73f8acc11d9910367489 -r d0d4c7a4e3c79a2c7471e98abf2bf164fb7cc024 yt/geometry/coordinates/spec_cube_coordinates.py
--- a/yt/geometry/coordinates/spec_cube_coordinates.py
+++ b/yt/geometry/coordinates/spec_cube_coordinates.py
@@ -62,7 +62,7 @@
 
     def setup_fields(self, registry):
         if self.ds.no_cgs_equiv_length == False:
-            return super(self, SpectralCubeCoordinateHandler
+            return super(SpectralCubeCoordinateHandler, self
                     ).setup_fields(registry)
         for axi, ax in enumerate(self.axis_name):
             f1, f2 = _get_coord_fields(axi)

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