Closed manuelaghito closed 1 year ago
Yes, total_seconds
seems more correct here.
Tests are probably failing for some other reason.
That said, time_step
> 24 hours might not be a good idea?
time_step_output
> 24h should however be ok.
I "needed" that to run some unit tests trying to make them fast. Dynamic partitioning seems to be a slow process. time_step == 24 hours failed with '.seconds'... that gives 0!
'.seconds' does not work for time_step >= 24 hours. Changed to '.total_seconds()' @magnesim ready to merge I think