mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 09:13:01 +00:00
plt.close() fixup
This commit is contained in:
parent
12dad3bc87
commit
42aea7a0cc
1 changed files with 2 additions and 1 deletions
|
@ -25,4 +25,5 @@ def segmentation_plot(water_actual, water_predict, model_code, filepath_output):
|
|||
|
||||
|
||||
plt.suptitle(f"Rainfall → Water depth prediction | {model_code}", fontsize=28, weight="bold")
|
||||
plt.savefig(filepath_output)
|
||||
plt.savefig(filepath_output)
|
||||
plt.close()
|
Loading…
Reference in a new issue