SPF-OST / pytrnsys

Package that provides functionality to run and process, plot and report TRNSYS simulations
https://pytrnsys.readthedocs.io
GNU General Public License v3.0
11 stars 8 forks source link

processing data warning when path does not exist #70

Open danielcarbonell opened 3 years ago

danielcarbonell commented 3 years ago

The code should send a warning in case the path to be processed is not existing. Currently no error/warning is raised and it is difficult to see what goes wrong. The same when ones uses a wrong syntaxis for plotting, i.e. string plotHourly instead of stringArray plotHourly

martin-neugebauer commented 1 year ago

Similar to #71