We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88f2016 commit b1a5421Copy full SHA for b1a5421
.github/workflows/CI.yml
@@ -7,7 +7,7 @@ on:
7
jobs:
8
pre_job:
9
# continue-on-error: true # Uncomment once integration is finished
10
- runs-on: ${{ matrix.os }}
+ runs-on: ubuntu-latest
11
# Map a step output to a job output
12
outputs:
13
should_skip: ${{ steps.skip_check.outputs.should_skip }}
src/networks/networks.jl
@@ -21,7 +21,7 @@ function get_weights end
21
"""
22
symbols(problem::GraphProblem)
23
24
-The symbols of a graph problem, they are the degrees of freedoms in the graph.
+The symbols of a graph problem, they are the degrees of freedoms in the graph problem.
25
26
function symbols end
27
0 commit comments