File tree Expand file tree Collapse file tree 5 files changed +6
-2
lines changed
state_estimation/line-power-sensor Expand file tree Collapse file tree 5 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 9292 echo "/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin" >> $GITHUB_PATH
9393 - name : Install C++ dependencies
9494 run : |
95+ brew update
9596 brew install boost eigen nlohmann-json msgpack-cxx doctest
9697 - name : Build and test
9798 run : ./build.sh -p ${{ env.PRESET }} -e -i -t
@@ -169,6 +170,7 @@ jobs:
169170
170171 - name : Install cpp dependencies
171172 run : |
173+ brew update
172174 brew install ninja boost eigen nlohmann-json msgpack-cxx doctest
173175
174176 - name : Build and test
Original file line number Diff line number Diff line change 6464
6565 - name : Install C++ dependencies
6666 run : |
67+ brew update
6768 brew install boost eigen nlohmann-json msgpack-cxx doctest
6869
6970 - name : Set build target in case of workflow dispatch
Original file line number Diff line number Diff line change 4242 echo "/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin" >> $GITHUB_PATH
4343 - name : Install C++ dependencies
4444 run : |
45+ brew update
4546 brew install boost eigen nlohmann-json msgpack-cxx doctest
4647 - name : Set up Python
4748 uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 88 "rtol" : 1e-5 ,
99 "atol" : {
1010 "default" : 1e-5 ,
11- "p" : 0.005 ,
11+ "p" : 0.006 ,
1212 "q" : 0.05
1313 }
1414}
Original file line number Diff line number Diff line change 33 "rtol" : 1e-03 ,
44 "atol" : {
55 "default" : 1e-05 ,
6- ".+_residual" : 0.1
6+ ".+_residual" : 0.15
77 }
88}
You can’t perform that action at this time.
0 commit comments