Skip to content

Commit

Permalink
corrigindo params. cusum_2s_ps
Browse files Browse the repository at this point in the history
  • Loading branch information
cleitonmoya committed Mar 26, 2024
1 parent 40a0298 commit 75e8b9c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified experiment/__pycache__/changepoint_module.cpython-39.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion experiment/experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@

elif m.__name__ == 'cusum_2s_ps':
kargs = {'y':y, 'w':w0, 'delta':delta, 'h':h,
'rl':rl, 'k':k, 'ka':ka,
'rl':rl, 'ka':ka,
'alpha_norm':alpha_norm, 'alpha_stat':alpha_stat,
'filt_per':filt_per, 'max_var':max_var,
'cs_max':cs_max}
Expand Down

0 comments on commit 75e8b9c

Please sign in to comment.