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.
1 parent a749f82 commit 617549cCopy full SHA for 617549c
tests/unit/test_models/test_full_battery_models/test_lithium_ion/test_electrode_soh.py
@@ -157,7 +157,6 @@ def test_efficiency(self):
157
)
158
# Real energy should be less than discharge energy,
159
# and both should be greater than 0
160
- print(discharge_energy / theoretical_energy)
161
self.assertLess(discharge_energy, theoretical_energy)
162
self.assertLess(0, discharge_energy)
163
self.assertLess(0, theoretical_energy)
0 commit comments