File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed
yt/visualization/volume_rendering/tests Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,9 @@ def tearDown(self):
44
44
def test_composite_vr (self ):
45
45
ds = fake_random_ds (64 )
46
46
dd = ds .sphere (ds .domain_center , 0.45 * ds .domain_width [0 ])
47
+
48
+ # Trigger creation of index
49
+ ds .index
47
50
ds .field_info [ds .field_list [0 ]].take_log = False
48
51
49
52
sc = Scene ()
Original file line number Diff line number Diff line change @@ -42,6 +42,9 @@ def tearDown(self):
42
42
def test_points_vr (self ):
43
43
ds = fake_random_ds (64 )
44
44
dd = ds .sphere (ds .domain_center , 0.45 * ds .domain_width [0 ])
45
+
46
+ # Trigger creation of index
47
+ ds .index
45
48
ds .field_info [ds .field_list [0 ]].take_log = False
46
49
47
50
sc = Scene ()
Original file line number Diff line number Diff line change @@ -53,6 +53,8 @@ def tearDown(self):
53
53
def test_composite_vr (self ):
54
54
ds = fake_random_ds (64 )
55
55
dd = ds .sphere (ds .domain_center , 0.45 * ds .domain_width [0 ])
56
+ # Trigger creation of index
57
+ ds .index
56
58
ds .field_info [ds .field_list [0 ]].take_log = False
57
59
58
60
sc = Scene ()
You can’t perform that action at this time.
0 commit comments