Skip to content

Commit cf684d1

Browse files
committed
Adjust thresholds
1 parent 0f2be54 commit cf684d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_shading.cpp

Lines changed: 1 addition & 1 deletion
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 = 14580;
1430+
const int PixThres = 14650;
14311431

14321432
Ray::principled_mat_desc_t metal_mat_desc;
14331433
metal_mat_desc.base_texture = Ray::TextureHandle{0};

0 commit comments

Comments
 (0)