Skip to content

Commit

Permalink
Added code for a pytest test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vedantdalimkar committed Jan 1, 2025
1 parent 4ea7ec2 commit ef49734
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_targets.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def extract_targets_from_docstring(cls):

DUAL_TARGETS = {
A.OverlayElements: (Targets.IMAGE, Targets.MASK),
A.ConstrainedCoarseDropout : (Targets.IMAGE, Targets.MASK)
}


Expand Down

0 comments on commit ef49734

Please sign in to comment.