Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 21, 2023
1 parent 9ec8d90 commit 65a10e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/vulnerability_onboarding/Wind/onboard.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
}
],
"source": [
"df = pd.read_csv('Table_S2_V_half_individual_fitting_per_event.csv')\n",
"df = pd.read_csv(\"Table_S2_V_half_individual_fitting_per_event.csv\")\n",
"v_half = df[df.region == \"WP2\"][\"v_half_fitted [m/s]\"]\n",
"\n",
"import matplotlib.pyplot as plot\n",
Expand Down Expand Up @@ -124,7 +124,7 @@
"# ax.plot(v, vul(v, item))\n",
"ax.plot(v, vul(v, 74.7))\n",
"ax.plot(v, vul(v, 190.5))\n",
"ax.plot(v, vul(v, 135.6))\n"
"ax.plot(v, vul(v, 135.6))"
]
}
],
Expand Down

0 comments on commit 65a10e8

Please sign in to comment.