Skip to content

Commit

Permalink
devsite: codespell
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 578687896
  • Loading branch information
schwehr authored and copybara-github committed Nov 3, 2023
1 parent 6685df7 commit 8d6af3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/imad-tutorial-pt3/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ def run_imad(aoi, image1, image2, assetFN, scale=10, maxiter=100):
rhos = ee.String.encodeJSON(ee.List(result.get('allrhos')).get(-1))
Z = ee.Image(result.get('Z'))
niter = result.getNumber('niter')
# Export iMAD and Z as a singe image, including rhos and number of iterations in properties.
# Export iMAD and Z as a single image, including rhos and number of iterations in properties.
iMAD_export = ee.Image.cat(iMAD, Z).rename(imadnames).set('rhos', rhos, 'niter', niter)
assetId = EXPORT_PATH + assetFN
assexport = ee.batch.Export.image.toAsset(iMAD_export,
Expand Down

0 comments on commit 8d6af3c

Please sign in to comment.