Skip to content

Commit

Permalink
Merge branch 'readme' of https://github.com/joemoorhouse/physrisk int…
Browse files Browse the repository at this point in the history
…o readme
  • Loading branch information
joemoorhouse committed Oct 21, 2023
2 parents 91157cf + 65a10e8 commit 6a38293
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 @@ -71,7 +71,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",
"plot.hist(v_half)\n",
Expand Down Expand Up @@ -121,7 +121,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 6a38293

Please sign in to comment.