Skip to content

Commit

Permalink
Increased samples for VolumeLightBunnyRadianceGrayRectConfig case due…
Browse files Browse the repository at this point in the history
… to failing test.
  • Loading branch information
Microno95 committed Nov 2, 2023
1 parent 8c2b065 commit bb1fc9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/integrators/tests/test_ad_integrators.py
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ def __init__(self) -> None:
'type': 'ply',
'filename': 'resources/data/common/meshes/bunny_watertight.ply',
})
self.spp = 1024
self.spp = 2048
self.error_mean_threshold = 0.1

# Intensity of a spherical volume emitter illuminating a gray rectangle from offscreen
Expand Down

0 comments on commit bb1fc9d

Please sign in to comment.