Skip to content

Commit

Permalink
initialization not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
QFer committed Aug 23, 2021
1 parent 70e15e1 commit 22faa42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/quantuminspire/qiskit/qi_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ def _result(self, result_function: Callable[[BaseJob], List[ExperimentResult]],
time.sleep(wait)

experiment_results = result_function(self)
total_time_taken = 0.0
total_time_taken = sum(getattr(experiment_result, "time_taken", 0.0) for
experiment_result in experiment_results)

Expand Down

0 comments on commit 22faa42

Please sign in to comment.