Skip to content

Commit bbfa365

Browse files
committed
Fix resources paths in test_largesteps.py
1 parent d310cfd commit bbfa365

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/python/python/tests/test_largesteps.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
import drjit as dr
33
import mitsuba as mi
44

5+
from mitsuba.scalar_rgb.test.util import fresolver_append_path
56

7+
@fresolver_append_path
68
def test01_init(variants_all_ad_rgb):
79
mesh = mi.load_dict({
810
"type" : "ply",
@@ -15,6 +17,7 @@ def test01_init(variants_all_ad_rgb):
1517
ls = mi.ad.LargeSteps(params['vertex_positions'], params['faces'], lambda_)
1618

1719

20+
@fresolver_append_path
1821
def test02_roundtrip(variants_all_ad_rgb):
1922
mesh = mi.load_dict({
2023
"type" : "ply",

0 commit comments

Comments
 (0)