Skip to content

Commit

Permalink
Merge branch 'qutrit_classifier' of github.com:qiboteam/qibocal into …
Browse files Browse the repository at this point in the history
…qutrit_classifier
  • Loading branch information
Edoardo-Pedicillo committed Oct 25, 2023
2 parents 4ece525 + 6347116 commit 1699c01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def _fit(data: QutritClassificationData) -> SingleShotClassificationResults:

def _plot(data: QutritClassificationData, qubit, fit: SingleShotClassificationResults):
figures = plot_results(data, qubit, 3, fit)
fitting_report = None
fitting_report = ""
return figures, fitting_report


Expand Down

0 comments on commit 1699c01

Please sign in to comment.