Skip to content

Commit

Permalink
📝 point forecast_varying to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
frank1010111 committed Apr 18, 2023
1 parent 44936cc commit f45a842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/forecast_varying.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
],
"source": [
"well_number = \"20\"\n",
"prod_file = f\"https://raw.githubusercontent.com/frank1010111/bluebonnet/tutorial-instructions/data/dataset_1_well_{well_number}.csv\"\n",
"prod_file = f\"https://raw.githubusercontent.com/frank1010111/bluebonnet/main/data/dataset_1_well_{well_number}.csv\"\n",
"# This file contains pressure and production data. Rows 1 and 2 have information about units, so skip\n",
"prod = pd.read_csv(prod_file, skiprows=[1, 2]).rename(\n",
" columns={\n",
Expand Down

0 comments on commit f45a842

Please sign in to comment.