Skip to content

Commit

Permalink
adding rst literalinclude markers in py test - they weren't loading i…
Browse files Browse the repository at this point in the history
…nto the build doc correctly

Signed-off-by: Daniel Greenstein <danny.gr@gmail.com>
  • Loading branch information
grdanny committed Sep 27, 2024
1 parent 1e6df11 commit a1e7ee7
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -448,9 +448,12 @@ def example_warp():

def example_fixNonFinite():
print("example_fixNonFinite")
# BEGIN-imagebufalgo-fixNonFinite
Src = ImageBuf("with_nans.tif")
ImageBufAlgo.fixNonFinite (Src, Src, oiio.NONFINITE_BOX3)
Src.write("with_nans_fixed.tif")
# END-imagebufalgo-fixNonFinite



# Section: Morphological filters
Expand Down

0 comments on commit a1e7ee7

Please sign in to comment.