mirror of
https://github.com/vale981/stocproc
synced 2025-03-04 17:21:42 -05:00
minor fox in stocproc kleseq
This commit is contained in:
parent
478020025d
commit
64515420c5
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ class StocProc(object):
|
|||
|
||||
@classmethod
|
||||
def new_instance_by_name(cls, name, r_tau, t_max, ng, seed, sig_min, verbose=1):
|
||||
known_names = ['trapezoidal', 'mid_point', 'gauss_legendre']
|
||||
known_names = ['trapezoidal', 'mid_point', 'simpson', 'gauss_legendre']
|
||||
|
||||
if name == 'trapezoidal':
|
||||
ob = cls.new_instance_with_trapezoidal_weights(r_tau, t_max, ng, seed, sig_min, verbose)
|
||||
|
|
Loading…
Add table
Reference in a new issue