Skip to content

Commit 4947f3c

Browse files
committed
Fix dqdv test for mAh
1 parent 2dc0901 commit 4947f3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_echem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def test_xlsx_reader_and_dqdv():
5959

6060
np.testing.assert_almost_equal(np.mean(voltage), 1.33431, decimal=3)
6161
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)
62+
np.testing.assert_almost_equal(np.mean(dqdv), -2.258, decimal=3)
6363

6464
summary_df = ec.cycle_summary(df)
6565
summary_cols = (

0 commit comments

Comments
 (0)