Update README.md

This commit is contained in:
Marcell Vazquez-Chanlatte 2019-02-11 17:09:54 -08:00 committed by GitHub
parent 6bcb7c9f92
commit 117dfc9276
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -157,7 +157,7 @@ print(phi(data))
print(phi(data, t=3)) print(phi(data, t=3))
# output: False # output: False
# Compute satisifaction signal # Compute sliding satisifaction.
print(phi(data, t=None) print(phi(data, t=None)
# output: [(0, True), (0.2, True), (4, False)] # output: [(0, True), (0.2, True), (4, False)]