Skip to content

Commit

Permalink
fix failing python test (1)
Browse files Browse the repository at this point in the history
  • Loading branch information
sllynn committed Oct 23, 2024
1 parent ba042ae commit 5b76490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/test/test_raster_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def test_raster_scalar_functions(self):
"rst_worldtorastercoord",
api.rst_worldtorastercoord("tile", lit(0.0), lit(0.0)),
)
.withColumn("rst_write", api.rst_write("tile", lit("/tmp/mosaic_tmp/")))
.withColumn("rst_write", api.rst_write("tile", lit("/mnt/mosaic_tmp/write-tile")))
)
result.write.format("noop").mode("overwrite").save()
self.assertEqual(result.count(), 1)
Expand Down

0 comments on commit 5b76490

Please sign in to comment.