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 Buildings are erroring out with an alfalfa exception when uploaded to the alfalfa cctwin server due to Index Error.
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: TupleIndexError.txt
Model attached here: LargeDataCenterLowITE.zip SmallDataCenterHighITE.zip SmallDataCenterLowITE.zip
The text was updated successfully, but these errors were encountered:
No branches or pull requests
DOE Prototype Buildings are erroring out with an alfalfa exception when uploaded to the alfalfa cctwin server due to Index Error.
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:
TupleIndexError.txt
Model attached here:
LargeDataCenterLowITE.zip
SmallDataCenterHighITE.zip
SmallDataCenterLowITE.zip
The text was updated successfully, but these errors were encountered: