We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f39188c commit 4a58a5eCopy full SHA for 4a58a5e
ochre/Models/Water.py
@@ -287,7 +287,7 @@ def run_inversion_mixing_rule(self):
287
heat_check = np.dot(self.next_states - init_states, self.capacitances) # in J
288
if not abs(heat_check) < 1:
289
raise ModelException(
290
- "Large error ({}) in water heater inversion mixing algorithm.Final state temperatures are: {}".format(
+ "Large error ({}) in water heater inversion mixing algorithm. Final state temperatures are: {}".format(
291
heat_check, self.next_states
292
)
293
0 commit comments