Closed prakhar6sharma closed 1 year ago
I realized that args in create_copy() of TaskArgs, ClimateDatasetArgs, MapDatasetArgs, ShardDatasetArgs, etc was not optional.
create_copy()
TaskArgs
ClimateDatasetArgs
MapDatasetArgs
ShardDatasetArgs
So changed the default value to an empty dict. Thus calling create_copy() with no arguments would result in exact same copy.
I realized that args in
create_copy()
ofTaskArgs
,ClimateDatasetArgs
,MapDatasetArgs
,ShardDatasetArgs
, etc was not optional.So changed the default value to an empty dict. Thus calling
create_copy()
with no arguments would result in exact same copy.