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.
2 parents 0b8da42 + 3f052e9 commit a982995Copy full SHA for a982995
tests/c++/test_MillikanWhite.cpp
@@ -81,7 +81,7 @@ void checkDefaultRelaxationRate(bool with_electrons)
81
const double sigma = 1e-20 * (2.5E9/(300.0*300.0));
82
const double tau_park = 1.0/(ni * ci * sigma);
83
84
- CHECK(model.relaxationTime(mix) == tau_mw + tau_park);
+ CHECK(model.relaxationTime(mix) == Approx(tau_mw + tau_park));
85
}
86
87
TEST_CASE("MillikanWhiteModel provides correct default relaxation time", "[transfer]")
0 commit comments