rl-institut / SimBA

GNU Affero General Public License v3.0
2 stars 1 forks source link

Make all output files utf8 #145

Closed j-brendel closed 8 months ago

j-brendel commented 1 year ago

Some output files are not written in UTF8 (e.g. report l.230) with open(args.results_directory / "summary_vehicles_costs.csv", "w", newline='') as f: Please check all output files and make sure they are written in UTF8 (hardcoded) as with open(args.results_directory / "summary_vehicles_costs.csv", 'w', encoding='UTF8', newline='') as f:

j-brendel commented 8 months ago

closed in #151