accurate comment

This commit is contained in:
Matthew Kennedy 2023-08-09 13:47:19 -07:00
parent 1d7c2284e8
commit 1996043323
1 changed files with 0 additions and 1 deletions

View File

@ -54,7 +54,6 @@ TEST(Sampler, TestAc)
dut.ApplySample(dataHigh, virtualGroundVoltage);
}
// not exactly 0 because of filtering
EXPECT_NEAR(0.2, dut.GetNernstAc(), 1e-3);
EXPECT_FLOAT_EQ(0.45f, dut.GetNernstDc());
EXPECT_NEAR(-0.1616, dut.GetPumpNominalCurrent(), 1e-3);