-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Milestone
Description
It would be helpful to have a uniform interface for DataCollectors. Currently there is an additional one IParallelDataCollector that has similar methods as the regular one, but with slightly different arguments. Most notably is the writeGlobalAttribute that takes an ID for the Parallel version but not for the base which can even lead to unexpected behaviour.