From 117dfc9276426aea847ffb2770a179d60c7840e4 Mon Sep 17 00:00:00 2001 From: Marcell Vazquez-Chanlatte Date: Mon, 11 Feb 2019 17:09:54 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 062e259..779ec58 100644 --- a/README.md +++ b/README.md @@ -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)]