Skip to content

Commit

Permalink
Update task.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Agony5757 committed Mar 29, 2024
1 parent bae3472 commit ffe5b90
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions qpandalite/task/originq_dummy/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ def _submit_task_group_dummy_impl(
task_name,
shots,
auto_mapping,
savepath,
**kwargs
):
# print("hi")
Expand All @@ -186,7 +185,6 @@ def _submit_task_group_dummy_impl(
'{}_{}'.format(task_name, i),
shots,
auto_mapping,
savepath,
**kwargs) for i, group in enumerate(groups)]

# generate taskid
Expand Down Expand Up @@ -276,7 +274,6 @@ def submit_task(
task_name = task_name,
shots = shots,
auto_mapping = auto_mapping,
savepath = savepath,
**kwargs
)
elif isinstance(circuit, str):
Expand All @@ -285,7 +282,6 @@ def submit_task(
task_name = task_name,
shots = shots,
auto_mapping = auto_mapping,
savepath = savepath,
**kwargs
)
else:
Expand Down

0 comments on commit ffe5b90

Please sign in to comment.