Skip to content

Commit

Permalink
♻️ fix pre-commit complaint
Browse files Browse the repository at this point in the history
  • Loading branch information
frank1010111 committed Jul 11, 2023
1 parent 2918f6c commit c1966ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/forecast_varying.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@
"pressure_v_time[n_times // 4 : n_times // 2] /= 2.0\n",
"pressure_v_time[n_times // 2 :] /= 4.0\n",
"\n",
"pvt_gas = pd.read_csv(\"https://raw.githubusercontent.com/frank1010111/bluebonnet/main/tests/data/pvt_gas.csv\").rename(\n",
"pvt_gas = pd.read_csv(\n",
" \"https://raw.githubusercontent.com/frank1010111/bluebonnet/main/tests/data/pvt_gas.csv\"\n",
").rename(\n",
" columns={\n",
" \"P\": \"pressure\",\n",
" \"Z-Factor\": \"z-factor\",\n",
Expand Down

0 comments on commit c1966ef

Please sign in to comment.