Skip to content

Commit

Permalink
Fix flaking
Browse files Browse the repository at this point in the history
  • Loading branch information
cphyc committed Jul 18, 2020
1 parent 8ecce95 commit c033f18
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion yt/data_objects/data_containers.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,6 @@ def _generate_spatial_fluid(self, field, ngz):
np.empty(wogz.ires.size, dtype="float64"), units
)
outputs.append(rv)
data = gz[field][ngz:-ngz, ngz:-ngz, ngz:-ngz]
ind += wogz.select(
self.selector,
source=gz[field][ngz:-ngz, ngz:-ngz, ngz:-ngz],
Expand Down

0 comments on commit c033f18

Please sign in to comment.