mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-05 01:09:40 +08:00
fixed the assert statments
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user