We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DOE Prototype Building model is erroring out with an alfalfa exception when uploaded to the alfalfa cctwin server due to a UnicodeDecodeError
To Reproduce:
Upload model attached to alfalfa: https://cctwin.nrel.gov/ using the following simulation parameters
start_dt = datetime.datetime(2021, 7, 1, 0, 0, 0) end_dt = datetime.datetime(2021, 7, 1, 1, 0, 0)
params = { "external_clock": False, "timescale": 20, "start_datetime": start_dt, "end_datetime": end_dt }
The error is attached: UTF8Error.txt
Model attached here: LargeDataCenterHighITE.zip
The text was updated successfully, but these errors were encountered:
No branches or pull requests
DOE Prototype Building model is erroring out with an alfalfa exception when uploaded to the alfalfa cctwin server due to a UnicodeDecodeError
To Reproduce:
Upload model attached to alfalfa: https://cctwin.nrel.gov/ using the following simulation parameters
start_dt = datetime.datetime(2021, 7, 1, 0, 0, 0)
end_dt = datetime.datetime(2021, 7, 1, 1, 0, 0)
params = {
"external_clock": False,
"timescale": 20,
"start_datetime": start_dt,
"end_datetime": end_dt
}
The error is attached:
UTF8Error.txt
Model attached here:
LargeDataCenterHighITE.zip
The text was updated successfully, but these errors were encountered: