Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
RunDevelopment committed Nov 21, 2023
1 parent a8d5b37 commit 4f611dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/spandrel/architectures/Compact/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ def is_square(n: int) -> bool:
return int(math.sqrt(x // c)), c

raise AssertionError(
f"Expected output channels to be either 1, 3, or 4. Could not find a a pair (s, o) such that s*s*o = {x}"
f"Expected output channels to be either 1, 3, or 4."
f" Could not find a pair (s, o) such that s*s*o = {x}"
)


Expand Down

0 comments on commit 4f611dc

Please sign in to comment.