[yt-svn] commit/yt: ngoldbaum: Merged in MatthewTurk/yt (pull request #1341)

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Thu Dec 4 20:37:18 PST 2014


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/c718db324c9f/
Changeset:   c718db324c9f
Branch:      yt
User:        ngoldbaum
Date:        2014-12-05 04:37:08+00:00
Summary:     Merged in MatthewTurk/yt (pull request #1341)

Fix Athena units in time series data
Affected #:  1 file

diff -r 0a5fada14287a12f9ea1061754ad386efadc30bd -r c718db324c9f1e0674891cddaf081d97ae8c6aec yt/frontends/athena/data_structures.py
--- a/yt/frontends/athena/data_structures.py
+++ b/yt/frontends/athena/data_structures.py
@@ -415,7 +415,7 @@
         self.nprocs = nprocs
         if parameters is None:
             parameters = {}
-        self.specified_parameters = parameters
+        self.specified_parameters = parameters.copy()
         if units_override is None:
             units_override = {}
         # This is for backwards-compatibility

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