Skip to content

Commit

Permalink
oups
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrecuer committed May 18, 2023
1 parent ec0c991 commit 7fc9d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion energy_gym/evaluation_toolbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def close(self):
self._stats = self._stats[self._stats[:,5].argsort()]
stats_moy = np.mean(self._stats, axis=0).round(1)
stats_moy_m1 = np.mean(self._stats[:self._n//2,:], axis=0).round(1)
title = f'Conso hebdomadaire moyenne solution optimale :'
title = "Conso hebdomadaire moyenne solution optimale :"
title = f'{title} {int(stats_moy[1]/1000)} kWh'
title = f'{title} / Conso hebdomadaire moyenne loi d\'eau maintien à tc :'
title = f'{title} {int(stats_moy[2]/1000)} kWh\n'
Expand Down

0 comments on commit 7fc9d19

Please sign in to comment.