Skip to content

Commit

Permalink
Rerun pre-commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
kwcckw committed Dec 27, 2023
1 parent 2719527 commit 9ff5c47
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions augraphy/augmentations/stains.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,12 @@ def __call__(self, image, layer=None, mask=None, keypoints=None, bounding_boxes=
stains_generator = TextureGenerator()

# generate stains
image_stains = stains_generator(texture_type=stains_type,
texture_width=xsize,
texture_height=ysize,
quilt_texture=0)
image_stains = stains_generator(
texture_type=stains_type,
texture_width=xsize,
texture_height=ysize,
quilt_texture=0,
)

# blend points image into input again
ob = OverlayBuilder(
Expand Down

0 comments on commit 9ff5c47

Please sign in to comment.