mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 09:13:01 +00:00
fixup
This commit is contained in:
parent
884c4eb150
commit
51dd484d13
1 changed files with 1 additions and 1 deletions
|
@ -76,4 +76,4 @@ def run(args):
|
||||||
print("STDDEV VALUES", tf.stack(calc_stddev).numpy().tolist())
|
print("STDDEV VALUES", tf.stack(calc_stddev).numpy().tolist())
|
||||||
print("OVERALL", "mean", calc_mean.numpy().tolist(), "max", calc_max.numpy().tolist())
|
print("OVERALL", "mean", calc_mean.numpy().tolist(), "max", calc_max.numpy().tolist())
|
||||||
|
|
||||||
logger.write(">>> Complete\n")
|
logger.info(">>> Complete\n")
|
Loading…
Reference in a new issue