rl-institut / multi-vector-simulator

Multi-vector Simulation Tool assessing and optimizing Local Energy Systems (LES) for the E-LAND project
GNU General Public License v2.0
21 stars 10 forks source link

Issue with creation of report/assets folder in simulation outputs #948

Open pebasantaf opened 2 years ago

pebasantaf commented 2 years ago

The tool is unable to create the report/assets folder when storing the outputs of the simulations. This makes it not possible to check reports or generate report pdfs. The issue seems to be in the function 'copy_report_assets', in the init.py within the utils folder. Basically, there is an error with the path from which to copy the report/assets folder into the new destination, so shutil.copytree does not work (it does not identify the source).