Skip to content

Commit 720f11d

Browse files
committed
Close parens.
1 parent f3cd2a6 commit 720f11d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

amdahl/amdahl.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ def random_jitter(x, sigma=0.2):
101101
sys.stdout.write(
102102
"Illegal value for sigma (%f), should be a float between 0 and 1!\n" % sigma
103103
"Using 0.2 instead..."
104+
)
104105
sigma = 0.2
105106
# random() returns a float between 0 and 1, map between -sigma and +sigma
106107
jitter_percent = sigma * ((random.random() * 2) - 1)

0 commit comments

Comments
 (0)