CABLE-LSM / benchcab

Tool for evaluation of CABLE land surface model
https://benchcab.readthedocs.io/en/latest/
Apache License 2.0
2 stars 3 forks source link

Log run summary of tasks to standard output #180

Closed SeanBryan51 closed 2 months ago

SeanBryan51 commented 11 months ago

It would be good if when running all the tasks, we get:

Originally posted by @ccarouge in https://github.com/CABLE-LSM/benchcab/issues/122#issuecomment-1758839844

One approach could be to store the status of each task as an attribute in the Task class, then iterate over the tasks, and log which tasks failed.

ccarouge commented 4 months ago

Since we discussed doing something like that today when discussing the meorg API implementation, I'm putting this to high priority.