architecture-building-systems / sia_380-1-full_version

This code is the python implemented form of SIA380-1. It is not a simplified version.
4 stars 1 forks source link

Bug: missing files #101

Closed kuhnal closed 3 years ago

kuhnal commented 3 years ago

Error in ln. 354 of simulation_coordination.py: No such file or directory: 'C:\Users\LW_Simulation\PycharmProjects\sia_380-1-full_version\data\results\operational_emissions_hourly.xlsx'

@Linwal This file or directory does not exist in the master yet. Would the idea be that this folder and file are created during the simulation or should they be there from the start?

Linwal commented 3 years ago

@kuhnal : Thank you. The file will be created, however, the folder 'results' probably has to be there already.

Easy fix: create a folder named "results" in the data folder

Todo: I will add and commit a file from results to git which would add the folder to the local repo with the next pull.

kuhnal commented 3 years ago

Thanks! :)