You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I'm trying to get this to run, but seem to have some kind of data format error. Is this a know problem / version / os issue?
Thanks!
Running the file:
Working on a Windows 11
Python version 3.12.4 | packaged by Anaconda, Inc. | (main, Jun 18 2024, 15:03:56) [MSC v.1929 64 bit (AMD64)]
Pandas version 2.2.2
bifacial_radiance version 0.4.3
Your simulation will be stored in C:\bifacial_radiance\TEMP\Tutorial_11
path = C:\bifacial_radiance\TEMP\Tutorial_11
Loading albedo, 1 value(s), 0.200 avg
1 nonzero albedo values.
Getting weather file: USA_NJ_McGuire.AFB.724096_TMY3.epw
... OK!
8760 line in WeatherFile. Assuming this is a standard hourly WeatherFile for the year for purposes of saving Gencumulativesky temporary weather files in EPW folder.
Coercing year to 2001
Results in
Exception has occurred: ValueError
cannot assemble the datetimes: day is out of range for month, at position 59. You might want to try:
- passing `format` if your strings have a consistent format;
- passing `format='ISO8601'` if your strings are all ISO8601 but not necessarily in exactly the same format;
- passing `format='mixed'`, and the format will be inferred for each element individually. You might want to use `dayfirst` alongside this.
ValueError: day is out of range for month, at position 59. You might want to try:
- passing `format` if your strings have a consistent format;
- passing `format='ISO8601'` if your strings are all ISO8601 but not necessarily in exactly the same format;
- passing `format='mixed'`, and the format will be inferred for each element individually. You might want to use `dayfirst` alongside this.
The above exception was the direct cause of the following exception:
File "C:\Dev\BifacialRadiance\tut11.py", line 132, in <module>
metdata = demo.readWeatherFile(epwfile, coerce_year=2001)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: cannot assemble the datetimes: day is out of range for month, at position 59. You might want to try:
- passing `format` if your strings have a consistent format;
- passing `format='ISO8601'` if your strings are all ISO8601 but not necessarily in exactly the same format;
- passing `format='mixed'`, and the format will be inferred for each element individually. You might want to use `dayfirst` alongside this.
The text was updated successfully, but these errors were encountered:
This tutorial worked with bifacial_radiance v0.4.2 but is broken in v0.4.3.... need to investigate this. (and need to include tutorial .py files in our test matrix prior to new releases in the future..)
Hello! I'm trying to get this to run, but seem to have some kind of data format error. Is this a know problem / version / os issue?
Thanks!
Running the file:
Results in
The text was updated successfully, but these errors were encountered: