You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have the functionality of making a copy of a loaded network into a PartitionAggregatorManager() to apply different partitioning and aggregation methods.
This could be done by the function deepcopy() of the python package copy.
It would be nice to have the functionality of making a copy of a loaded network into a
PartitionAggregatorManager()to apply different partitioning and aggregation methods.This could be done by the function
deepcopy()of the python packagecopy.