Skip to content

Commit

Permalink
fix an indentation that caused only 1 cube on +y for the fake vr data
Browse files Browse the repository at this point in the history
--HG--
branch : yt
  • Loading branch information
zingale committed Mar 3, 2016
1 parent b1d95e0 commit 5edfc15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yt/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ def fake_vr_orientation_test_ds(N = 96):
idx = np.logical_and(np.logical_and(y3d > yc-dy, y3d < yc+dy),
np.logical_and(np.logical_and(x3d > -dy, x3d < dy),
np.logical_and(z3d > -dy, z3d < dy)) )
arr[idx] = 0.8
arr[idx] = 0.8

# three cubes on +z
dz = 0.05
Expand Down

0 comments on commit 5edfc15

Please sign in to comment.