We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62d1609 commit 79e8704Copy full SHA for 79e8704
qiskit_experiments/curve_analysis/base_curve_analysis.py
@@ -176,9 +176,6 @@ def _default_options(cls) -> Options:
176
# Set automatic validator for particular option values
177
options.set_validator(field="data_processor", validator_value=DataProcessor)
178
options.set_validator(field="curve_plotter", validator_value=BaseCurveDrawer)
179
- options.set_validator(field="p0", validator_value=dict)
180
- options.set_validator(field="bounds", validator_value=dict)
181
- options.set_validator(field="fixed_parameters", validator_value=dict)
182
183
return options
184
0 commit comments