mirror of
https://hub.njuu.cf/TheAlgorithms/Python.git
synced 2023-10-11 13:06:12 +08:00
fixed the assert statments
This commit is contained in:
parent
3a7e75f329
commit
c1422ec99c
@ -38,8 +38,8 @@ def push(seed):
|
||||
r # Saving to Parameters Space
|
||||
|
||||
# Logistic Map
|
||||
assert(max(buffer_space) < 1)
|
||||
assert(max(params_space) < 4)
|
||||
assert max(buffer_space) < 1
|
||||
assert max(params_space) < 4
|
||||
|
||||
# Machine Time
|
||||
machine_time += 1
|
||||
|
Loading…
Reference in New Issue
Block a user