Skip to content

Commit

Permalink
whoops, forgot the ol debug print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
aabills committed Mar 15, 2023
1 parent a749f82 commit 617549c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ def test_efficiency(self):
)
# Real energy should be less than discharge energy,
# and both should be greater than 0
print(discharge_energy / theoretical_energy)
self.assertLess(discharge_energy, theoretical_energy)
self.assertLess(0, discharge_energy)
self.assertLess(0, theoretical_energy)
Expand Down

0 comments on commit 617549c

Please sign in to comment.