From 24583547194dd21ba2c11b1090fa4201a0cac5e2 Mon Sep 17 00:00:00 2001 From: Stephan Finkensieper Date: Fri, 18 Oct 2024 16:19:06 +0000 Subject: [PATCH] Improve test --- satpy/tests/reader_tests/test_mviri_l1b_fiduceo_nc.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/satpy/tests/reader_tests/test_mviri_l1b_fiduceo_nc.py b/satpy/tests/reader_tests/test_mviri_l1b_fiduceo_nc.py index a83c88252e..bacc5cfca1 100644 --- a/satpy/tests/reader_tests/test_mviri_l1b_fiduceo_nc.py +++ b/satpy/tests/reader_tests/test_mviri_l1b_fiduceo_nc.py @@ -601,8 +601,8 @@ def fixture_dataset(self): "covariance_spectral_response_function_vis": (("srf_size", "srf_size"), [[1, 2], [3, 4]]), "channel_correlation_matrix_independent": (("channel", "channel"), [[1, 2], [3, 4]]), "channel_correlation_matrix_structured": (("channel", "channel"), [[1, 2], [3, 4]]), - "time": (("y", "x"), [[time, fill_val], [time, time]], - {"_FillValue": fill_val, "add_offset": 0}) + "time_ir_wv": (("y", "x"), [[time, fill_val], [time, time]], + {"_FillValue": fill_val, "add_offset": 0}) } ) @@ -610,7 +610,8 @@ def fixture_dataset(self): def fixture_dataset_exp(self): """Get expected dataset after preprocessing. - - Time should have been converted to datetime64 + - Timestamps should have been converted to datetime64 + - Time dimension should have been renamed - Duplicate dimensions should have been removed - x/y coordinates should have been assigned """