Skip to content

Commit 9a18fee

Browse files
committed
update file link of bess notebook
1 parent 23bc024 commit 9a18fee

2 files changed

Lines changed: 3 additions & 186 deletions

File tree

authors/jpbohorquez/bess/BESS.mod

Lines changed: 0 additions & 183 deletions
This file was deleted.

authors/jpbohorquez/bess/bess.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@
570570
},
571571
{
572572
"cell_type": "code",
573-
"execution_count": 5,
573+
"execution_count": null,
574574
"metadata": {},
575575
"outputs": [],
576576
"source": [
@@ -596,8 +596,8 @@
596596
" - Case 3: Enables both solar production and market participation.\n",
597597
" 5. Resets the model if an unrecognized case is provided.\n",
598598
" \"\"\"\n",
599-
" # Adjusting path for colab (TODO: change with actual github path)\n",
600-
" # data_file = f\"https://raw.githubusercontent.com/ampl/colab.ampl.com/master/authors/jpbohorquez/generation_portfolio/{data_file}\"\n",
599+
" # Adjusting path for colab \n",
600+
" data_file = f\"https://raw.githubusercontent.com/ampl/colab.ampl.com/master/authors/jpbohorquez/bess/{data_file}\"\n",
601601
"\n",
602602
" # Read the file\n",
603603
" dct_case1 = pd.read_excel(data_file, sheet_name=None)\n",

0 commit comments

Comments
 (0)