Skip to content

Commit

Permalink
Fix type
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Moorhouse <[email protected]>
  • Loading branch information
joemoorhouse committed Oct 21, 2023
1 parent 6a38293 commit e768bb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions notebooks/vulnerability_onboarding/Wind/onboard.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
{
"cell_type": "code",
"execution_count": 11,
"execution_count": 14,
"metadata": {},
"outputs": [
{
Expand All @@ -47,7 +47,7 @@
},
{
"cell_type": "code",
"execution_count": 12,
"execution_count": 16,
"metadata": {},
"outputs": [
{
Expand All @@ -74,7 +74,7 @@
"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",
"plt.hist(v_half)\n",
"print(np.quantile(v_half, [0.25, 0.75]))"
]
},
Expand Down

0 comments on commit e768bb3

Please sign in to comment.