C2SM / Sirocco

AiiDA based Weather and climate workflow tool
1 stars 0 forks source link

`datetime` objects as data / task properties instead of dict keys (to be discussed) #4

Closed GeigerJ2 closed 1 month ago

GeigerJ2 commented 5 months ago

As the title says, currently, the datetime objects are being used as the dictionary keys for the self.data and self.tasks instance attributes of the WcGraph (see screenshot below). It might be more straightforward / logical to attach those as properties to each WcTask and WcData instead?

image

GeigerJ2 commented 1 month ago

Also outdated now.