We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9d3fe6 commit 31d8b16Copy full SHA for 31d8b16
tests/unit/test_spatial.py
@@ -106,7 +106,7 @@ def test_get_spatial_index_ranges_projected_from_coordinates(self):
106
required_variables = {
107
'/Freeze_Thaw_Retrieval_Data_Global/surface_flag',
108
'/Freeze_Thaw_Retrieval_Data_Global/latitude',
109
- '/Freeze_Thaw_Retrieval_Data/longitude',
+ '/Freeze_Thaw_Retrieval_Data_Global/longitude',
110
}
111
expected_index_ranges = {
112
'/Freeze_Thaw_Retrieval_Data_Global/x_dim': (487, 594),
0 commit comments