Skip to content

Commit fe13f9e

Browse files
committed
Adjust thresholds
1 parent 2dcd159 commit fe13f9e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/test_shading.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1427,7 +1427,7 @@ void test_complex_mat5(const char *arch_list[], std::string_view preferred_devic
14271427

14281428
void test_complex_mat5_emissive(const char *arch_list[], std::string_view preferred_device) {
14291429
const int SampleCount = 78;
1430-
const int PixThres = 21200;
1430+
const int PixThres = 14580;
14311431

14321432
Ray::principled_mat_desc_t metal_mat_desc;
14331433
metal_mat_desc.base_texture = Ray::TextureHandle{0};
@@ -1445,8 +1445,8 @@ void test_complex_mat5_emissive(const char *arch_list[], std::string_view prefer
14451445
"test_data/textures/gold-scuffed_roughness.tga", "test_data/textures/gold-scuffed_metallic.tga",
14461446
"test_data/textures/Fence007A_2K_Opacity.tga"};
14471447

1448-
run_material_test(arch_list, preferred_device, "complex_mat5_emissive", metal_mat_desc, SampleCount,
1449-
16.8, PixThres, eDenoiseMethod::None, false, textures, eTestScene::Standard_NoLight);
1448+
run_material_test(arch_list, preferred_device, "complex_mat5_emissive", metal_mat_desc, SampleCount, 18.90,
1449+
PixThres, eDenoiseMethod::None, false, textures, eTestScene::Standard_NoLight);
14501450
}
14511451

14521452
void test_complex_mat5_clipped(const char *arch_list[], std::string_view preferred_device) {

0 commit comments

Comments
 (0)