Skip to content
This repository was archived by the owner on Oct 28, 2023. It is now read-only.

Commit e094200

Browse files
committed
tests/float/builtin_float_minmax: PEP8 fixes.
1 parent fde5435 commit e094200

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

tests/float/builtin_float_minmax.py

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,27 @@
66
print("SKIP")
77
raise SystemExit
88

9-
print(min(0,1.0))
10-
print(min(1.0,0))
11-
print(min(0,-1.0))
12-
print(min(-1.0,0))
9+
print(min(0, 1.0))
10+
print(min(1.0, 0))
11+
print(min(0, -1.0))
12+
print(min(-1.0, 0))
1313

14-
print(max(0,1.0))
15-
print(max(1.0,0))
16-
print(max(0,-1.0))
17-
print(max(-1.0,0))
14+
print(max(0, 1.0))
15+
print(max(1.0, 0))
16+
print(max(0, -1.0))
17+
print(max(-1.0, 0))
1818

19-
print(min(1.5,-1.5))
20-
print(min(-1.5,1.5))
19+
print(min(1.5, -1.5))
20+
print(min(-1.5, 1.5))
2121

22-
print(max(1.5,-1.5))
23-
print(max(-1.5,1.5))
22+
print(max(1.5, -1.5))
23+
print(max(-1.5, 1.5))
2424

25-
print(min([1,2.9,4,0,-1,2]))
26-
print(max([1,2.9,4,0,-1,2]))
25+
print(min([1, 2.9, 4, 0, -1, 2]))
26+
print(max([1, 2.9, 4, 0, -1, 2]))
2727

28-
print(min([1,2.9,4,6.5,-1,2]))
29-
print(max([1,2.9,4,6.5,-1,2]))
30-
print(min([1,2.9,4,-6.5,-1,2]))
31-
print(max([1,2.9,4,-6.5,-1,2]))
28+
print(min([1, 2.9, 4, 6.5, -1, 2]))
29+
print(max([1, 2.9, 4, 6.5, -1, 2]))
30+
print(min([1, 2.9, 4, -6.5, -1, 2]))
31+
print(max([1, 2.9, 4, -6.5, -1, 2]))
3232

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy