summaryrefslogtreecommitdiff
path: root/simulate.m
diff options
context:
space:
mode:
authorHunter Rew <hbrew@email.wm.edu>2014-04-26 17:02:46 +0000
committerHunter Rew <hbrew@email.wm.edu>2014-04-26 17:02:46 +0000
commit0f8b12cff819c16594441158e9d2086941ad6047 (patch)
treee26a1adda5440bd1c3f53a3739db2e48e758ad8b /simulate.m
parent15405c9070cf2f75b93a2327b0acb2b1af031ac9 (diff)
downloadeit_filter_simulations-0f8b12cff819c16594441158e9d2086941ad6047.tar.gz
eit_filter_simulations-0f8b12cff819c16594441158e9d2086941ad6047.zip
Added README
Switched to h5 files for saving data Optimized multiprocessing algorithm Made plotting scripts more universal
Diffstat (limited to 'simulate.m')
-rw-r--r--simulate.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/simulate.m b/simulate.m
index aeef180..35e6ca0 100644
--- a/simulate.m
+++ b/simulate.m
@@ -5,7 +5,7 @@ function simulate()
target = [source_dir, 'simulate.py'];
tic();
- runCommand(sprintf('python %s %s %d', target, source_dir, n));
+ runCommand(sprintf('python2 %s %s %d', target, source_dir, n));
toc();
end