kinks still not fixed, minor adjustment made
This commit is contained in:
parent
e44c0b6a47
commit
1498402be6
@ -22,7 +22,7 @@ class Fitter:
|
|||||||
self.current_fit_range = current_fit_range
|
self.current_fit_range = current_fit_range
|
||||||
self.fit_results = {}
|
self.fit_results = {}
|
||||||
|
|
||||||
self.tspan = [0, 1000]
|
self.tspan = self.time_points
|
||||||
self.dt: float = 1 # 1.0
|
self.dt: float = 1 # 1.0
|
||||||
self.time_points = np.arange(*self.tspan, self.dt)
|
self.time_points = np.arange(*self.tspan, self.dt)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user