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
When using "resampling" in dc.load() with a dictionary containing the methods for different bands, an error should be raised if a non-existent band name is entered.
Actual behaviour
An error is not raised if a non-existing band name is entered. Maybe the non-existing band is just ignored.
This could create issues when writing typos without realising it.
Expected behaviour
When using "resampling" in dc.load() with a dictionary containing the methods for different bands, an error should be raised if a non-existent band name is entered.
Actual behaviour
An error is not raised if a non-existing band name is entered. Maybe the non-existing band is just ignored.
This could create issues when writing typos without realising it.
Steps to reproduce the behaviour
Environment information
datacube version 1.8.19
bug noticed when running the Beginners_guide notebook 04_Loading_data.ipynb
The text was updated successfully, but these errors were encountered: