Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-mills-cqc authored and dan-mills-cqc committed Sep 21, 2023
2 parents 0ff6127 + 4fe0b76 commit 8391828
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
- name: Format check
if: github.event_name == 'pull_request'
run: flake8 qermit/ tests/ --ignore=E501,W503

linux:
name: Build and test (Linux)
runs-on: ubuntu-latest
Expand Down
3 changes: 1 addition & 2 deletions qermit/taskgraph/task_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,7 @@ def decompose_TaskGraph_nodes(self):
set(task_input_out_edges).intersection(
set(task_output_in_edges)
)
)
> 0
) > 0
):
raise ValueError(
"Decomposition of TaskGraph node {}, not permitted: TaskGraph to be decomposed has edge between input and output vertices.".format(
Expand Down

0 comments on commit 8391828

Please sign in to comment.