Skip to content

Commit 1cbb5e6

Browse files
committed
Merge remote-tracking branch 'upstream/main' into main
2 parents ecc74e0 + 5f38880 commit 1cbb5e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dispatches/case_studies/renewables_case/DoubleLoopOptimization.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1909,7 +1909,7 @@
19091909
],
19101910
"source": [
19111911
"fig, ax = plt.subplots(2, 1, figsize=(24, 10), sharex=True)\n",
1912-
"ax[0].plot(time_index, np.append([0] * 24, da_bidder_df[da_bidder_df['Horizon [hr]'] >= 24][da_bid_powers].sum(axis=1))[time_slice], color='b', alpha=0.4, label=\"48-Hr Ahead DA Bid\")\n",
1912+
"ax[0].plot(time_index, np.append([0] * 24, da_bidder_df[da_bidder_df['Horizon [hr]'] < 24][da_bid_powers].sum(axis=1))[time_slice], color='b', alpha=0.4, label=\"48-Hr Ahead DA Bid\")\n",
19131913
"ax[0].plot(time_index, da_bidder_df[da_bidder_df['Horizon [hr]'] < 24][da_bid_powers].sum(axis=1)[time_slice], color='b', alpha=1, label=\"24-Hr Ahead DA Bid\")\n",
19141914
"ax[0].plot(time_index, np.append([0] * 3, rt_bidder_df[rt_bidder_df['Horizon [hr]'] == 3][rt_bid_powers].sum(axis=1))[time_slice], color='g', alpha=0.2, label=\"3-Hr Ahead RT Bid\")\n",
19151915
"ax[0].plot(time_index, np.append([0] * 2, rt_bidder_df[rt_bidder_df['Horizon [hr]'] == 2][rt_bid_powers].sum(axis=1))[time_slice], color='g', alpha=0.3, label=\"2-Hr Ahead RT Bid\")\n",

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ addheader
55
dispatches-sample-data==22.9.19
66
nbval
77
nbsphinx
8-
git+https://github.com/gmlc-dispatches/[email protected].1
8+
git+https://github.com/gmlc-dispatches/[email protected].2
99

1010
--editable .[surrogates]

0 commit comments

Comments
 (0)