Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Feb 5, 2025
1 parent 7f476f4 commit 39a9ac4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/MI/noplot_classify_alexmi_with_quantum_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@

# Will run QAOA under the hood
pipelines["mean=logeuclid/distance=cpm"] = QuantumMDMWithRiemannianPipeline(
metric={"mean": "euclid", "distance": "qeuclid"},
quantum=True
metric={"mean": "euclid", "distance": "qeuclid"}, quantum=True
)

# Classical baseline for evaluation
Expand Down

0 comments on commit 39a9ac4

Please sign in to comment.