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

string plotHourly not working #69

Closed danielcarbonell closed 3 years ago

danielcarbonell commented 3 years ago

It seems that it does not read the first variable. For string plotHourly "TGHXout" I get raise KeyError(key) from err KeyError: 'T'

so it takes the first letter only as string.

martin-neugebauer commented 3 years ago

@zuckerruebe Can you have a look at this?

zuckerruebe commented 3 years ago

@danielcarbonell plotHourly is of type stringArray: stringArray plotHourly "TGHXout" should work.