From d374a34c6583bd4019c49191112dfd5258b8e1b3 Mon Sep 17 00:00:00 2001 From: ralf Date: Mon, 12 Aug 2024 13:15:13 +0300 Subject: [PATCH] no idea why it keeps printing the plot from model.py + other unresolved bugs --- __pycache__/Model.cpython-311.pyc | Bin 15798 -> 15798 bytes fitter.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/__pycache__/Model.cpython-311.pyc b/__pycache__/Model.cpython-311.pyc index 7d4bd602f30460e4ff890066f82582ed2c11ebe2..e300a65ac10db15197cdbd04f1c4eab823e013bb 100644 GIT binary patch delta 19 Zcmdm1y{(#SIWI340}up1*vPfU763ps1`hxL delta 19 Zcmdm1y{(#SIWI340}vQp-^jJb763m&1?2z$ diff --git a/fitter.py b/fitter.py index 226d59f..865f972 100644 --- a/fitter.py +++ b/fitter.py @@ -22,7 +22,7 @@ class Fitter: self.current_fit_range = current_fit_range self.fit_results = {} - self.tspan = self.time_points + self.tspan = [0,1000] self.dt: float = 1 # 1.0 self.time_points = np.arange(*self.tspan, self.dt)