Skip to content

Commit

Permalink
Fixed scr positional parameters warning
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaCossu committed Feb 16, 2024
1 parent 071d813 commit cc67497
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ class SCR(SupervisedTemplate):

def __init__(
self,
*,
model: SCRModel,
optimizer: Optimizer,
augmentations=Compose([Lambda(lambda el: el)]),
Expand Down

0 comments on commit cc67497

Please sign in to comment.