We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 559b77a commit fd1338eCopy full SHA for fd1338e
pxr/base/gf/testenv/testGfColor.cpp
@@ -132,7 +132,7 @@ main(int argc, char *argv[])
132
// test that a EOTF curve <-> Linear works
133
GfColor c1(mauveLinear, csSRGB); // convert linear to SRGB
134
GfColor c2(c1, csLinearSRGB);
135
- TF_AXIOM(GfIsClose(mauveLinear, c2, 1e-7f));
+ TF_AXIOM(GfIsClose(mauveLinear, c2, 1e-6f));
136
GfColor c3(c2, csSRGB);
137
TF_AXIOM(GfIsClose(c1, c3, 1e-7f));
138
}
0 commit comments