Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
leifdenby committed Jun 4, 2024
1 parent 1799817 commit 34683b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mllam_data_prep/create_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ def create_dataset(config: ConfigDict):

ds = _merge_dataarrays_by_target(dataarrays_by_target=dataarrays_by_target)

return ds


def main(fp_config):
config = ConfigDict.load(fp_config=fp_config)
Expand Down

0 comments on commit 34683b4

Please sign in to comment.