From 123c6dff5532ae75e22b9aa336aa1e71df2018a6 Mon Sep 17 00:00:00 2001 From: Rajesh Singh Date: Tue, 11 Jul 2023 20:56:34 +0530 Subject: [PATCH] minor --- pyross/tsi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyross/tsi.py b/pyross/tsi.py index c001c81..c5d3b49 100644 --- a/pyross/tsi.py +++ b/pyross/tsi.py @@ -117,7 +117,7 @@ def dxdtEval(xt, t): return data_out - def set_contactMatrix(self, double t, contactMatrix): + def set_contactMatrix(self, t, contactMatrix): self.CM=contactMatrix(t)