Skip to content

Commit

Permalink
Feature/issue 3169 (#3170)
Browse files Browse the repository at this point in the history
  • Loading branch information
nlenssen2013 authored May 10, 2024
2 parents c026598 + 3d1a033 commit 13da82e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/verify_collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,8 @@ def test_spatial_subset(collection_concept_id, env, granule_json, collection_var
group = None
# Try to read group in file
lat_var_name, lon_var_name = get_lat_lon_var_names(subsetted_ds, subsetted_filepath, collection_variables)
lat_var_name = lat_var_name.split('/')[-1]
lon_var_name = lon_var_name.split('/')[-1]

with netCDF4.Dataset(subsetted_filepath) as f:
group_list = []
Expand Down

0 comments on commit 13da82e

Please sign in to comment.