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