Skip to content

Commit 499344a

Browse files
authored
Merge pull request #328 from openworm/dev_0.9.3
Updated sibernetic branch
2 parents 3e067c7 + 0b48369 commit 499344a

File tree

5 files changed

+4
-8
lines changed

5 files changed

+4
-8
lines changed

.github/workflows/docker-image-quickrun.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,4 @@ jobs:
3030
run: |
3131
ls -alt
3232
ls -alt output
33-
ls -alt output/S*
34-
cat output/S*/report.json
33+
ls -alt output/*

.github/workflows/docker-image.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,4 @@ jobs:
3030
run: |
3131
ls -alt
3232
ls -alt output
33-
ls -alt output/C2*
34-
cat output/C2*/report.json
33+
ls -alt output/*

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ RUN git clone https://github.com/openworm/sibernetic.git && \
8686
cd sibernetic && \
8787
git checkout ow-0.9.3 # fixed to a specific branch
8888

89-
RUN cp c302/pyopenworm.conf sibernetic/ # Temp step until PyOpenWorm can be run from any dir...
90-
9189

9290
################################################################################
9391
######## Set some paths//environment variables

master_openworm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ def execute_with_realtime_output(command, directory, env=None):
248248
execute_with_realtime_output('tmux send-keys -t SiberneticRecording q', os.environ['SIBERNETIC_HOME'], env=my_env)
249249
execute_with_realtime_output('tmux send-keys -t SiberneticRecording "exit" C-m', os.environ['SIBERNETIC_HOME'], env=my_env)
250250

251-
time.sleep(5)
251+
time.sleep(3)
252252

253253
execute_with_realtime_output('ls -alt %s'%latest_subdir, os.environ['SIBERNETIC_HOME'], env=my_env)
254254

run-quick.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ xhost +
2020

2121

2222
NOC302_PART="-e NOC302=1"
23-
DURATION_PART="-e DURATION=3"
23+
DURATION_PART="-e DURATION=10"
2424

2525
docker run -d \
2626
--name openworm_$version \

0 commit comments

Comments
 (0)