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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Fri Jun 9 12:51:25 PDT 2017


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/bbcc9c2f4edc/
Changeset:   bbcc9c2f4edc
User:        atmyers
Date:        2017-06-09 15:22:53+00:00
Summary:     Don't ever try to read inputs or probin files for Castro and Maestro.
Affected #:  1 file

diff -r 46ddbe0ff60d4384ed866781ff78d117e2bc2607 -r bbcc9c2f4edc359541a657be4aaeb3efd0893eed yt/frontends/boxlib/data_structures.py
--- a/yt/frontends/boxlib/data_structures.py
+++ b/yt/frontends/boxlib/data_structures.py
@@ -1046,8 +1046,8 @@
     _field_info_class = CastroFieldInfo
 
     def __init__(self, output_dir,
-                 cparam_filename='inputs',
-                 fparam_filename='probin',
+                 cparam_filename=None,
+                 fparam_filename=None,
                  dataset_type='boxlib_native',
                  storage_filename=None,
                  units_override=None,
@@ -1130,8 +1130,8 @@
     _field_info_class = MaestroFieldInfo
 
     def __init__(self, output_dir,
-                 cparam_filename='inputs',
-                 fparam_filename='probin',
+                 cparam_filename=None,
+                 fparam_filename=None,
                  dataset_type='boxlib_native',
                  storage_filename=None,
                  units_override=None,


https://bitbucket.org/yt_analysis/yt/commits/dc5db14f8d31/
Changeset:   dc5db14f8d31
User:        ngoldbaum
Date:        2017-06-09 19:51:11+00:00
Summary:     Merge pull request #1445 from atmyers/master

Don't ever try to read inputs or probin files for Castro and Maestro.
Affected #:  1 file

diff -r 46ddbe0ff60d4384ed866781ff78d117e2bc2607 -r dc5db14f8d317185cad8648b3c0c8fc488fb7b34 yt/frontends/boxlib/data_structures.py
--- a/yt/frontends/boxlib/data_structures.py
+++ b/yt/frontends/boxlib/data_structures.py
@@ -1046,8 +1046,8 @@
     _field_info_class = CastroFieldInfo
 
     def __init__(self, output_dir,
-                 cparam_filename='inputs',
-                 fparam_filename='probin',
+                 cparam_filename=None,
+                 fparam_filename=None,
                  dataset_type='boxlib_native',
                  storage_filename=None,
                  units_override=None,
@@ -1130,8 +1130,8 @@
     _field_info_class = MaestroFieldInfo
 
     def __init__(self, output_dir,
-                 cparam_filename='inputs',
-                 fparam_filename='probin',
+                 cparam_filename=None,
+                 fparam_filename=None,
                  dataset_type='boxlib_native',
                  storage_filename=None,
                  units_override=None,

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