Skip to content

Commit

Permalink
Fix tests to match new metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
rantolin committed Oct 31, 2024
1 parent 02dfdb5 commit 5778b4c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions raster_loader/tests/bigquery/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,9 @@ def test_rasterio_to_table_overwrite(*args, **kwargs):
"count": 100000,
"sum": 2866073.989868164,
"sum_squares": 1e15,
"approximated_stats": False,
"top_values": [1, 2, 3],
"version": "0.0.3",
},
'colorinterp': 'red',
'nodata': '255',
Expand Down Expand Up @@ -641,6 +644,9 @@ def test_rasterio_to_table_invalid_raster(*args, **kwargs):
"count": 100000,
"sum": 2866073.989868164,
"sum_squares": 1e15,
"approximated_stats": False,
"top_values": [1, 2, 3],
"version": "0.0.3",
},
'colorinterp': 'red',
'nodata': '255',
Expand Down
6 changes: 6 additions & 0 deletions raster_loader/tests/snowflake/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,9 @@ def test_rasterio_to_table_overwrite(*args, **kwargs):
"count": 100000,
"sum": 2866073.989868164,
"sum_squares": 1e15,
"approximated_stats": False,
"top_values": [1, 2, 3],
"version": "0.0.3",
},
"nodata": "255",
"colorinterp": 'red',
Expand Down Expand Up @@ -619,6 +622,9 @@ def test_rasterio_to_table_invalid_raster(*args, **kwargs):
"count": 100000,
"sum": 2866073.989868164,
"sum_squares": 1e15,
"approximated_stats": False,
"top_values": [1, 2, 3],
"version": "0.0.3",
},
"nodata": "255",
"colorinterp": 'red',
Expand Down

0 comments on commit 5778b4c

Please sign in to comment.