Skip to content

Commit

Permalink
Update urbanopt_des/modelica_results.py
Browse files Browse the repository at this point in the history
Co-authored-by: Nathan Moore <[email protected]>
  • Loading branch information
nllong and vtnate authored Jan 17, 2025
1 parent afbed3b commit 907f0c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion urbanopt_des/modelica_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ def resample_and_convert_to_df(
other_var_data = self.retrieve_variable_data(other_var, len(time1))
data[other_var] = other_var_data

df_power = pd.pandas.DataFrame(data)
df_power = pd.DataFrame(data)

# create aggregations for the cooling plant
df_power["Total Chillers"] = df_power[agg_columns["Chillers Total"]].sum(axis=1)
Expand Down

0 comments on commit 907f0c3

Please sign in to comment.