Skip to content

Commit 617549c

Browse files
committed
whoops, forgot the ol debug print statement
1 parent a749f82 commit 617549c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/unit/test_models/test_full_battery_models/test_lithium_ion/test_electrode_soh.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ def test_efficiency(self):
157157
)
158158
# Real energy should be less than discharge energy,
159159
# and both should be greater than 0
160-
print(discharge_energy / theoretical_energy)
161160
self.assertLess(discharge_energy, theoretical_energy)
162161
self.assertLess(0, discharge_energy)
163162
self.assertLess(0, theoretical_energy)

0 commit comments

Comments
 (0)