Skip to content

Commit

Permalink
fix parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
salmma committed Jul 11, 2024
1 parent 6621254 commit d650e02
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,8 @@ export class NisqAnalyzerComponent implements OnInit {
dialogResult.maxNumberOfCompiledCircuits,
predictionAlgorithm: dialogResult.predictionAlgorithm,
metaOptimizer: dialogResult.metaOptimizer,
mcdaMethodName: dialogResult.mcdaMethodName,
mcdaWeightLearningMethod: dialogResult.mcdaWeightLearningMethod,
mcdaMethodName: dialogResult.mcdaMethod,
mcdaWeightLearningMethod: dialogResult.weightLearningMethod,
})
.subscribe((job) => {
this.analyzerJob = job;
Expand Down

0 comments on commit d650e02

Please sign in to comment.