diff options
Diffstat (limited to 'simulate.m')
-rw-r--r-- | simulate.m | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |