From e923c82514a631899cc5dafbd82d25b798fb0787 Mon Sep 17 00:00:00 2001 From: lewisblake Date: Mon, 24 Jul 2023 08:31:27 +0000 Subject: [PATCH] skip earlinet tests that need new data --- pyaerocom/colocation_3d.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyaerocom/colocation_3d.py b/pyaerocom/colocation_3d.py index 951ddf8d0..92888adbd 100644 --- a/pyaerocom/colocation_3d.py +++ b/pyaerocom/colocation_3d.py @@ -242,8 +242,6 @@ def colocate_vertical_profile_gridded_helper( f"Failed to colocate time for station {obs_stat.station_name}. " f"This station will be skipped (error: {e})" ) - # if not all(np.isnan(arr[0, :, i])): - # breakpoint() except TemporalResolutionError as e: # resolution of obsdata is too low logger.warning(