From 1086ab2ec720679a4dabe8e57e440f86172ad04a Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Mon, 18 Jun 2018 09:45:31 +0200 Subject: [PATCH] readme fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cfd72af..c388611 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ then, we have to implement a method that updates the pmf: ```python def calculate_new_pmf(self): """ This is called after `simulate_frames` and should calculate the new PMF. return value must be a numpy - array of similar dimensions then the lambda states. + array of similar dimensions then the lambda states.""" pass ```