[yt-svn] commit/yt: ngoldbaum: Removing some extraneous files from the root of the repository.

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Sat Jun 21 04:20:26 PDT 2014


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/539c97fa4eda/
Changeset:   539c97fa4eda
Branch:      yt-3.0
User:        ngoldbaum
Date:        2014-06-21 06:11:56
Summary:     Removing some extraneous files from the root of the repository.
Affected #:  3 files

diff -r 3e627557e0bb1f730575c4990e6fc0f940e7a147 -r 539c97fa4eda7a3085e52cb5f773543d82cfe592 roman
--- a/roman
+++ /dev/null
@@ -1,40 +0,0 @@
-diff -r ce576a114f13 yt/data_objects/grid_patch.py
---- a/yt/data_objects/grid_patch.py	Mon Jul 08 08:56:00 2013 -0400
-+++ b/yt/data_objects/grid_patch.py	Wed Jul 10 09:29:30 2013 -0400
-@@ -51,6 +51,7 @@
-     _num_ghost_zones = 0
-     _grids = None
-     _id_offset = 1
-+    _blanked = False
- 
-     _type_name = 'grid'
-     _skip_add = True
-@@ -268,6 +269,8 @@
-     def _get_child_mask(self):
-         if self._child_mask == None:
-             self.__generate_child_mask()
-+        if self._blanked:
-+            self._child_mask[:] = False
-         return self._child_mask
- 
-     def _get_child_indices(self):
-@@ -491,6 +494,8 @@
-         return vals.reshape(self.ActiveDimensions, order="C")
- 
-     def _get_selector_mask(self, selector):
-+        if self._blanked == True:
-+            return None
-         if id(selector) == self._last_selector_id:
-             mask = self._last_mask
-         else:
-diff -r ce576a114f13 yt/visualization/volume_rendering/camera.py
---- a/yt/visualization/volume_rendering/camera.py	Mon Jul 08 08:56:00 2013 -0400
-+++ b/yt/visualization/volume_rendering/camera.py	Wed Jul 10 09:29:30 2013 -0400
-@@ -2141,6 +2141,7 @@
-         source = pf.region(self.center, mi, ma)
- 
-         for i, (grid, mask) in enumerate(source.blocks):
-+            mask[:] = 1
-             data = [(grid[field] * mask).astype("float64") for field in fields]
-             pg = PartitionedGrid(
-                 grid.id, data,

diff -r 3e627557e0bb1f730575c4990e6fc0f940e7a147 -r 539c97fa4eda7a3085e52cb5f773543d82cfe592 sl.py
--- a/sl.py
+++ /dev/null
@@ -1,6 +0,0 @@
-from yt.mods import *
-pf = load("tests/DD0010/moving7_0010")
-#sl = pf.slice(0, 0.5)
-#print sl["Density"]
-sl = SlicePlot(pf, "x", "Density")
-sl.save()

diff -r 3e627557e0bb1f730575c4990e6fc0f940e7a147 -r 539c97fa4eda7a3085e52cb5f773543d82cfe592 tr.py
--- a/tr.py
+++ /dev/null
@@ -1,8 +0,0 @@
-from yt.testing import *
-pf = fake_random_pf(64)
-p1 = [0.1, 0.2, 0.3]
-p2 = [0.8, 0.1, 0.4]
-
-ray = pf.ray(p1, p2)
-dd = ray["dts"].sum()
-print dd

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