Skip to content

Commit

Permalink
Change default mask to None
Browse files Browse the repository at this point in the history
  • Loading branch information
SolarDrew committed Feb 24, 2025
1 parent 74f6575 commit dc49820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dkist/dataset/tiled_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def _from_components(cls, shape, file_managers, wcses, header_tables, inventory)

return cls(datasets, meta={"inventory": inventory})

def __init__(self, dataset_array, inventory=None, mask=False, *, meta=None):
def __init__(self, dataset_array, inventory=None, mask=None, *, meta=None):
if inventory is not None:
warnings.warn(
"The inventory= kwarg is deprecated, inventory should be passed as part of the meta argument",
Expand Down

0 comments on commit dc49820

Please sign in to comment.