From 51dd484d13179861c6e440c73aed705d72a2574f Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Fri, 25 Nov 2022 16:55:45 +0000 Subject: [PATCH] fixup --- aimodel/src/subcommands/rainfall_stats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aimodel/src/subcommands/rainfall_stats.py b/aimodel/src/subcommands/rainfall_stats.py index c856272..21b7fd3 100755 --- a/aimodel/src/subcommands/rainfall_stats.py +++ b/aimodel/src/subcommands/rainfall_stats.py @@ -76,4 +76,4 @@ def run(args): print("STDDEV VALUES", tf.stack(calc_stddev).numpy().tolist()) print("OVERALL", "mean", calc_mean.numpy().tolist(), "max", calc_max.numpy().tolist()) - logger.write(">>> Complete\n") \ No newline at end of file + logger.info(">>> Complete\n") \ No newline at end of file