We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dc0901 commit 4947f3cCopy full SHA for 4947f3c
tests/test_echem.py
@@ -59,7 +59,7 @@ def test_xlsx_reader_and_dqdv():
59
60
np.testing.assert_almost_equal(np.mean(voltage), 1.33431, decimal=3)
61
np.testing.assert_almost_equal(np.mean(capacity), 0.214, decimal=3) # 0.0000
62
- np.testing.assert_almost_equal(np.mean(dqdv), -0.002, decimal=3)
+ np.testing.assert_almost_equal(np.mean(dqdv), -2.258, decimal=3)
63
64
summary_df = ec.cycle_summary(df)
65
summary_cols = (
0 commit comments