[x] This PR addresses an already opened issue (for bug fixes / features)
This PR fixes issue #164
[x] Tests for the changes have been added (for bug fixes / features)
[ ] Documentation has been added / updated (for bug fixes / features)
[ ] HISTORY.rst has been updated (with summary of main changes)
[ ] I have added my relevant user information to AUTHORS.md
What kind of change does this PR introduce?:
Updated error message to "There were no valid data points found in the requested subset. Please expand the area covered by the bounding box, the time period or the level range you have selected."
In this case it could have been caused by any of the subset parameters, so I included all of them in the message.
Does this PR introduce a breaking change?:
Message with exception has changed, but otherwise behaves the same
Pull Request Checklist:
[x] This PR addresses an already opened issue (for bug fixes / features)
[x] Tests for the changes have been added (for bug fixes / features)
[ ] Documentation has been added / updated (for bug fixes / features)
[ ] HISTORY.rst has been updated (with summary of main changes)
[ ] I have added my relevant user information to
AUTHORS.md
What kind of change does this PR introduce?: Updated error message to "There were no valid data points found in the requested subset. Please expand the area covered by the bounding box, the time period or the level range you have selected."
In this case it could have been caused by any of the subset parameters, so I included all of them in the message.
Does this PR introduce a breaking change?: Message with exception has changed, but otherwise behaves the same
Other information: