aditya-grover / climate-learn

Source code for ClimateLearn
MIT License
310 stars 49 forks source link

Made args in create_copy optional #93

Closed prakhar6sharma closed 1 year ago

prakhar6sharma commented 1 year ago

I realized that args in create_copy() of TaskArgs, 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.