Update README.md
This commit is contained in:
parent
6bcb7c9f92
commit
117dfc9276
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ print(phi(data))
|
|||
print(phi(data, t=3))
|
||||
# output: False
|
||||
|
||||
# Compute satisifaction signal
|
||||
# Compute sliding satisifaction.
|
||||
print(phi(data, t=None)
|
||||
# output: [(0, True), (0.2, True), (4, False)]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue