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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Thu Oct 12 12:25:28 PDT 2017


4 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/dcb8d94e1bdd/
Changeset:   dcb8d94e1bdd
User:        atmyers
Date:        2017-10-10 02:37:37+00:00
Summary:     correct typo
Affected #:  1 file

diff -r a3b693280fadc19b7c0d321a140eb3c117c1bdf6 -r dcb8d94e1bdd123b62123c508a677c28839209a1 yt/frontends/boxlib/fields.py
--- a/yt/frontends/boxlib/fields.py
+++ b/yt/frontends/boxlib/fields.py
@@ -60,7 +60,7 @@
         ("Bz", ("T", ["magnetic_field_z"], None)),
         ("Ex", ("V/m", ["electric_field_x"], None)),
         ("Ey", ("V/m", ["electric_field_y"], None)),
-        ("Ex", ("V/m", ["electric_field_z"], None)),
+        ("Ez", ("V/m", ["electric_field_z"], None)),
         ("jx", ("A", ["current_x"], None)),
         ("jy", ("A", ["current_y"], None)),
         ("jz", ("A", ["current_z"], None)),


https://bitbucket.org/yt_analysis/yt/commits/b7e0b3fa7b35/
Changeset:   b7e0b3fa7b35
User:        atmyers
Date:        2017-10-12 17:55:58+00:00
Summary:     bump boxlib answer tests.
Affected #:  1 file

diff -r dcb8d94e1bdd123b62123c508a677c28839209a1 -r b7e0b3fa7b3518951e784d65c9ef74300adfecef tests/tests.yaml
--- a/tests/tests.yaml
+++ b/tests/tests.yaml
@@ -76,7 +76,7 @@
     - yt/visualization/tests/test_line_plots.py:test_line_plot
     - yt/visualization/tests/test_line_plots.py:test_multi_line_plot
 
-  local_boxlib_004:
+  local_boxlib_005:
     - yt/frontends/boxlib/tests/test_outputs.py:test_radadvect
     - yt/frontends/boxlib/tests/test_outputs.py:test_radtube
     - yt/frontends/boxlib/tests/test_outputs.py:test_star


https://bitbucket.org/yt_analysis/yt/commits/02c79b8c1865/
Changeset:   02c79b8c1865
User:        atmyers
Date:        2017-10-12 18:01:53+00:00
Summary:     bump correct answer tests.
Affected #:  1 file

diff -r b7e0b3fa7b3518951e784d65c9ef74300adfecef -r 02c79b8c186512c90086774dfca7a920be495ada tests/tests.yaml
--- a/tests/tests.yaml
+++ b/tests/tests.yaml
@@ -46,7 +46,7 @@
   local_owls_001:
     - yt/frontends/owls/tests/test_outputs.py
 
-  local_pw_018:
+  local_pw_019:
     - yt/visualization/tests/test_plotwindow.py:test_attributes
     - yt/visualization/tests/test_plotwindow.py:test_attributes_wt
     - yt/visualization/tests/test_profile_plots.py:test_phase_plot_attributes


https://bitbucket.org/yt_analysis/yt/commits/0faca88b46a9/
Changeset:   0faca88b46a9
User:        ngoldbaum
Date:        2017-10-12 19:24:16+00:00
Summary:     Merge pull request #1583 from atmyers/master

[BUGFIX] Correct typo in WarpX field definitions.
Affected #:  2 files

diff -r a3b693280fadc19b7c0d321a140eb3c117c1bdf6 -r 0faca88b46a92ce153a5fac58b654fbd7e6fcc5c tests/tests.yaml
--- a/tests/tests.yaml
+++ b/tests/tests.yaml
@@ -46,7 +46,7 @@
   local_owls_001:
     - yt/frontends/owls/tests/test_outputs.py
 
-  local_pw_018:
+  local_pw_019:
     - yt/visualization/tests/test_plotwindow.py:test_attributes
     - yt/visualization/tests/test_plotwindow.py:test_attributes_wt
     - yt/visualization/tests/test_profile_plots.py:test_phase_plot_attributes
@@ -76,7 +76,7 @@
     - yt/visualization/tests/test_line_plots.py:test_line_plot
     - yt/visualization/tests/test_line_plots.py:test_multi_line_plot
 
-  local_boxlib_004:
+  local_boxlib_005:
     - yt/frontends/boxlib/tests/test_outputs.py:test_radadvect
     - yt/frontends/boxlib/tests/test_outputs.py:test_radtube
     - yt/frontends/boxlib/tests/test_outputs.py:test_star

diff -r a3b693280fadc19b7c0d321a140eb3c117c1bdf6 -r 0faca88b46a92ce153a5fac58b654fbd7e6fcc5c yt/frontends/boxlib/fields.py
--- a/yt/frontends/boxlib/fields.py
+++ b/yt/frontends/boxlib/fields.py
@@ -60,7 +60,7 @@
         ("Bz", ("T", ["magnetic_field_z"], None)),
         ("Ex", ("V/m", ["electric_field_x"], None)),
         ("Ey", ("V/m", ["electric_field_y"], None)),
-        ("Ex", ("V/m", ["electric_field_z"], None)),
+        ("Ez", ("V/m", ["electric_field_z"], None)),
         ("jx", ("A", ["current_x"], None)),
         ("jy", ("A", ["current_y"], None)),
         ("jz", ("A", ["current_z"], 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