Skip to content

Commit b1a5421

Browse files
committed
try modify src
1 parent 88f2016 commit b1a5421

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
pre_job:
99
# continue-on-error: true # Uncomment once integration is finished
10-
runs-on: ${{ matrix.os }}
10+
runs-on: ubuntu-latest
1111
# Map a step output to a job output
1212
outputs:
1313
should_skip: ${{ steps.skip_check.outputs.should_skip }}

src/networks/networks.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function get_weights end
2121
"""
2222
symbols(problem::GraphProblem)
2323
24-
The symbols of a graph problem, they are the degrees of freedoms in the graph.
24+
The symbols of a graph problem, they are the degrees of freedoms in the graph problem.
2525
"""
2626
function symbols end
2727

0 commit comments

Comments
 (0)