Skip to content

Commit 5cf7fc5

Browse files
committed
Improved movie generation
Temp test on other siber branch
1 parent 3e067c7 commit 5cf7fc5

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,9 @@ RUN owm bundle remote --user add ow 'https://raw.githubusercontent.com/openworm/
8282
################################################################################
8383
######## Install Sibernetic for the worm body model
8484

85-
RUN git clone https://github.com/openworm/sibernetic.git && \
85+
RUN git clone https://github.com/pgleeson/sibernetic.git && \
8686
cd sibernetic && \
87-
git checkout ow-0.9.3 # fixed to a specific branch
88-
89-
RUN cp c302/pyopenworm.conf sibernetic/ # Temp step until PyOpenWorm can be run from any dir...
87+
git checkout ow-githubactions2 # fixed to a specific branch
9088

9189

9290
################################################################################

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)