You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We expect accum_channels to be a subset of channels for any NWP source: after loading we select only channels, so if something is in accum_channels but not in channels, it will have no data to diff. I think we should validate that in the config.
Solution:
Add a validation function to the NWP class in the config that checks that what is passed to accum_channels is a subset of what is passed to channels.
The text was updated successfully, but these errors were encountered:
We expect
accum_channels
to be a subset ofchannels
for any NWP source: after loading we select onlychannels
, so if something is inaccum_channels
but not inchannels
, it will have no data to diff. I think we should validate that in the config.Solution:
Add a validation function to the NWP class in the config that checks that what is passed to
accum_channels
is a subset of what is passed tochannels
.The text was updated successfully, but these errors were encountered: