Fix Typo: alpha_phase belongs to phase_gen not basis_gen
This commit is contained in:
parent
20b1b0ccac
commit
2c0c4e5508
@ -61,6 +61,8 @@ class ReplanMPWrapper(MPWrapper):
|
|||||||
'basis_generator_kwargs': {
|
'basis_generator_kwargs': {
|
||||||
'num_basis': 5,
|
'num_basis': 5,
|
||||||
'basis_bandwidth_factor': 3,
|
'basis_bandwidth_factor': 3,
|
||||||
|
},
|
||||||
|
'phase_generator_kwargs': {
|
||||||
'alpha_phase': 3,
|
'alpha_phase': 3,
|
||||||
},
|
},
|
||||||
'black_box_kwargs': {
|
'black_box_kwargs': {
|
||||||
|
Loading…
Reference in New Issue
Block a user