mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-05 09:21:13 +08:00
fixed the assert statments
This commit is contained in:
@ -38,8 +38,8 @@ def push(seed):
|
|||||||
r # Saving to Parameters Space
|
r # Saving to Parameters Space
|
||||||
|
|
||||||
# Logistic Map
|
# Logistic Map
|
||||||
assert(max(buffer_space) < 1)
|
assert max(buffer_space) < 1
|
||||||
assert(max(params_space) < 4)
|
assert max(params_space) < 4
|
||||||
|
|
||||||
# Machine Time
|
# Machine Time
|
||||||
machine_time += 1
|
machine_time += 1
|
||||||
|
Reference in New Issue
Block a user