From 1aba99a82c8f540fc7ce4510b9c9839249c90e39 Mon Sep 17 00:00:00 2001 From: dung-manh-nguyen Date: Thu, 4 Apr 2024 14:40:03 +0200 Subject: [PATCH] Update var_rose --- metocean_stats/stats/dir_stats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metocean_stats/stats/dir_stats.py b/metocean_stats/stats/dir_stats.py index 257c7b4..6cdb38b 100644 --- a/metocean_stats/stats/dir_stats.py +++ b/metocean_stats/stats/dir_stats.py @@ -31,7 +31,7 @@ def var_rose(data, direction,intensity, output_file, method='overall'): plt.savefig(output_file,dpi=100,facecolor='white',bbox_inches='tight') elif method == 'monthly': - monthly_var_rose(direction,intensity,output_file) + monthly_var_rose(data,direction,intensity,output_file) plt.close() return