Skip to content

Commit

Permalink
Adjust threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
sergcpp committed Mar 8, 2024
1 parent da1aadf commit f59d02a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_materials.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1797,7 +1797,7 @@ void test_complex_mat6_dir_light(const char *arch_list[], const char *preferred_
void test_complex_mat6_sun_light(const char *arch_list[], const char *preferred_device) {
const int SampleCount = 15;
const double MinPSNR = 19.0;
const int PixThres = 14697;
const int PixThres = 14699;

Ray::principled_mat_desc_t olive_mat_desc;
olive_mat_desc.base_color[0] = 0.836164f;
Expand Down

0 comments on commit f59d02a

Please sign in to comment.