Skip to content

Commit

Permalink
skip earlinet tests that need new data
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisblake committed Jul 24, 2023
1 parent ef88b59 commit e923c82
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyaerocom/colocation_3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit e923c82

Please sign in to comment.