diff --git a/notebooks/vulnerability_onboarding/Wind/onboard.ipynb b/notebooks/vulnerability_onboarding/Wind/onboard.ipynb index 37168f0e..6a6a9bfb 100644 --- a/notebooks/vulnerability_onboarding/Wind/onboard.ipynb +++ b/notebooks/vulnerability_onboarding/Wind/onboard.ipynb @@ -20,7 +20,7 @@ }, { "cell_type": "code", - "execution_count": 11, + "execution_count": 14, "metadata": {}, "outputs": [ { @@ -47,7 +47,7 @@ }, { "cell_type": "code", - "execution_count": 12, + "execution_count": 16, "metadata": {}, "outputs": [ { @@ -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]))" ] },