Skip to content

Commit

Permalink
Fix for dlwp_healpix dataloader not including coupled variables (#702)
Browse files Browse the repository at this point in the history
Co-authored-by: David Pruitt <dpruitt@nvidia.com>
  • Loading branch information
ivanauyeung and daviddpruitt authored Nov 18, 2024
1 parent 26efe42 commit bedf90b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modulus/datapipes/healpix/data_modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -989,7 +989,7 @@ def setup(self) -> None:
)

dataset = dataset.sel(
channel_in=self.input_variables,
channel_in=self.input_variables + coupled_variables,
channel_out=self.output_variables,
)
else:
Expand Down

0 comments on commit bedf90b

Please sign in to comment.