Skip to content

Commit 6316155

Browse files
committed
Adjust thresholds
1 parent 17b6651 commit 6316155

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
@@ -677,7 +677,7 @@ void test_aniso_mat3(const char *arch_list[], std::string_view preferred_device)
677677

678678
void test_aniso_mat4(const char *arch_list[], std::string_view preferred_device) {
679679
const int SampleCount = 354;
680-
const int PixThres = 500;
680+
const int PixThres = 505;
681681

682682
Ray::principled_mat_desc_t spec_mat_desc;
683683
spec_mat_desc.base_color[0] = 1.0f;

0 commit comments

Comments
 (0)