From f45a842e5ea7659f8e3ee738a9b01d94244a056c Mon Sep 17 00:00:00 2001 From: frank1010111 Date: Tue, 18 Apr 2023 10:08:26 -0400 Subject: [PATCH] :memo: point forecast_varying to main branch --- docs/forecast_varying.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/forecast_varying.ipynb b/docs/forecast_varying.ipynb index 0276a43..504e725 100644 --- a/docs/forecast_varying.ipynb +++ b/docs/forecast_varying.ipynb @@ -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",