Skip to content

Commit fade9d1

Browse files
committed
Fix resources path in test_ad_integrators.py
1 parent b2057ab commit fade9d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/integrators/tests/test_ad_integrators.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1064,7 +1064,7 @@ def __init__(self) -> None:
10641064
'type': 'scene',
10651065
'wall': {
10661066
'type': 'obj',
1067-
'filename': '../resources/data/common/meshes/rectangle.obj',
1067+
'filename': 'resources/data/common/meshes/rectangle.obj',
10681068
'face_normals': True,
10691069
'to_world': T().look_at(origin=[0, 0, -1], target=[0, 0, 0], up=[0, 1, 0]),
10701070
'material': {
@@ -1074,7 +1074,7 @@ def __init__(self) -> None:
10741074
},
10751075
'floor': {
10761076
'type': 'obj',
1077-
'filename': '../resources/data/common/meshes/rectangle.obj',
1077+
'filename': 'resources/data/common/meshes/rectangle.obj',
10781078
'face_normals': True,
10791079
'to_world': T().look_at(origin=[0, -1, -1], target=[0, 0, -1], up=[0, 0, 1]),
10801080
'material': {

0 commit comments

Comments
 (0)