mirror of
https://github.com/vale981/stocproc
synced 2025-03-04 17:21:42 -05:00
add key to the abstract class
This commit is contained in:
parent
7303f2038c
commit
98c8b02478
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ class StocProc(abc.ABC):
|
|||
self.t_max = t_max
|
||||
self.num_grid_points = num_grid_points
|
||||
self.t = np.linspace(0, t_max, num_grid_points)
|
||||
|
||||
self.key = "generic"
|
||||
self._z = None
|
||||
self._interpolator = None
|
||||
self._interpolator_dot = None
|
||||
|
|
Loading…
Add table
Reference in a new issue