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
I believe the marginal_cost.py file should be updated to add ", index=marginal_cost_df.index" to the
"df1 = pd.DataFrame(columns=coal_gens.name.values) for all df1 thru df4. In otherwords it should look like:
I believe the marginal_cost.py file should be updated to add ", index=marginal_cost_df.index" to the
"df1 = pd.DataFrame(columns=coal_gens.name.values) for all df1 thru df4. In otherwords it should look like:
"df1 = pd.DataFrame(columns=coal_gens.name.values, index=marginal_cost_df.index)"
Otherwise, I get a range index error. H/T to Yifan on Dr. Wei Sun's team.
The text was updated successfully, but these errors were encountered: