Skip to content

Commit

Permalink
re-enable comparison, rebuilding comparison scripts, set up for final…
Browse files Browse the repository at this point in the history
… test
  • Loading branch information
ttj committed Jan 28, 2020
1 parent dbae264 commit 3c4512e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code/run
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cd /deps/run_nnv_comparison

chmod +x run_tools.sh
# run tool comparisons, this will take some time (~20-40 minutes or so, depends on codeocean load as this is run on shared resources)
#./run_tools.sh > /results/run_nnv_comparison_log.txt 2>/results/run_nnv_comparison_err.txt
./run_tools.sh > /results/run_nnv_comparison_log.txt 2>/results/run_nnv_comparison_err.txt

# start up matlab and run
cd ~/
Expand Down
1 change: 1 addition & 0 deletions environment/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ RUN ls
RUN ls
RUN ls
RUN ls
RUN ls
RUN git clone https://github.com/verivital/run_nnv_comparison.git
WORKDIR /deps/run_nnv_comparison
RUN ls
Expand Down

0 comments on commit 3c4512e

Please sign in to comment.