Skip to content

Commit b88adda

Browse files
committed
Reset
1 parent e54f674 commit b88adda

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/pid_controller_automated_test.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,7 @@ jobs:
3131
bundle exec rake compile
3232
cd experiments
3333
bundle install
34-
# Improve the experiment data collection and graphing
35-
sed -i 's/sleep(0.1)/sleep(0.005)/' example_with_circuit_breaker.rb
36-
# Make graph larger and more visible
37-
sed -i 's/Gruff::Line.new/Gruff::Line.new(1200)/' example_with_circuit_breaker.rb
38-
sed -i 's/graph.line_width = 3/graph.line_width = 5/' example_with_circuit_breaker.rb
39-
# Add debugging
40-
sed -i 's/puts "Generating graph/puts "DEBUG: Total data points:"; puts outcomes.size; puts "Sample data:"; puts outcomes.first(3).inspect; puts "Generating graph/' example_with_circuit_breaker.rb
4134
bundle exec ruby example_with_circuit_breaker.rb
42-
echo "=== Generated files ==="
43-
ls -la *.png
44-
echo "=== File contents check ==="
45-
file *.png
4635
4736
- name: Commit Graphs
4837
run: |

0 commit comments

Comments
 (0)