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 18d6ae5 commit b8c413eCopy full SHA for b8c413e
pyrasterframes/src/main/python/tests/RasterFunctionsTests.py
@@ -642,5 +642,5 @@ def test_rf_proj_raster(self):
642
df = self.prdf.select(rf_proj_raster(rf_tile('proj_raster'),
643
rf_extent('proj_raster'),
644
rf_crs('proj_raster')).alias('roll_your_own'))
645
- self.assertIn('tile_context', df.schema['roll_your_own'].dataType.fieldNames())
+ self.assertIn('extent', df.schema['roll_your_own'].dataType.fieldNames())
646
0 commit comments