summaryrefslogtreecommitdiff
path: root/simulate.m
diff options
context:
space:
mode:
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