krisrs1128 / clouds_dist

Simulation of low-clouds, from weather measures.
4 stars 1 forks source link

Yaml convert time to duration in sec #60

Closed mustafaghali closed 5 years ago

mustafaghali commented 5 years ago

I am not sure if this happens only on my side ? e.g in explore.yaml runtime: 24:00:00 while in parallel_run.py spb[runtime] = 86400

vict0rsch commented 5 years ago

I can't say it has happened to me but you can use quotes : "24:00:00"

mustafaghali commented 5 years ago

yes I had to use the quotes at the end