Skip to content

Commit

Permalink
Update cmtj/__init__.pyi
Browse files Browse the repository at this point in the history
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
  • Loading branch information
LemurPwned and sourcery-ai[bot] authored Dec 10, 2024
1 parent a3bc83d commit ea21ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmtj/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ class Layer:
"""Create a buffered alpha noise generator."""
...

def setAlphaNoise(self, alpha: float, std: float, scale: float, axis: Axis) -> None:
def setAlphaNoise(self, alpha: float, std: float, scale: float, axis: Axis = Axis.all) -> None:
"""Set alpha noise for the layer.
:param alpha: Alpha parameter
:param std: Standard deviation
Expand Down

0 comments on commit ea21ef3

Please sign in to comment.