Skip to content

Commit 4a58a5e

Browse files
rajeeeCopilot
andauthored
Update ochre/Models/Water.py
Co-authored-by: Copilot <[email protected]>
1 parent f39188c commit 4a58a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ochre/Models/Water.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ def run_inversion_mixing_rule(self):
287287
heat_check = np.dot(self.next_states - init_states, self.capacitances) # in J
288288
if not abs(heat_check) < 1:
289289
raise ModelException(
290-
"Large error ({}) in water heater inversion mixing algorithm.Final state temperatures are: {}".format(
290+
"Large error ({}) in water heater inversion mixing algorithm. Final state temperatures are: {}".format(
291291
heat_check, self.next_states
292292
)
293293
)

0 commit comments

Comments
 (0)