Errors in the metrics calculation are currently caught and [returned as a MetricsCalculationError](https://github.com/TUW-GEO/pytesmo/blob/4a03d4ea151a41297b28d3d71ff88873df92abc6/src/pytesmo/validation_framework/validation.py#L475) without much information. -> improve MetricsCalculationError class to return more information where the exception was thrown and why
Errors in the metrics calculation are currently caught and returned as a MetricsCalculationError without much information.
-> improve MetricsCalculationError class to return more information where the exception was thrown and why