Skip to content

Commit

Permalink
Merge pull request #20 from MET-OM/tmp
Browse files Browse the repository at this point in the history
Update var_rose
  • Loading branch information
dung-manh-nguyen authored Apr 4, 2024
2 parents 9c8afbb + 1aba99a commit 8502c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metocean_stats/stats/dir_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8502c49

Please sign in to comment.