summaryrefslogtreecommitdiff
path: root/rampion/rampion.pl
diff options
context:
space:
mode:
authorChris Dyer <cdyer@cs.cmu.edu>2012-04-27 00:24:21 -0400
committerChris Dyer <cdyer@cs.cmu.edu>2012-04-27 00:24:21 -0400
commitc5f69888943623e80478b6ba9247acc85758bedf (patch)
tree6a4fbec5e08c7188a79494dbd52a81bb7fea3485 /rampion/rampion.pl
parent230cf27272cc7c15ebf7370b9aa8808b5b282426 (diff)
make rampion match pseudocode exactly
Diffstat (limited to 'rampion/rampion.pl')
-rwxr-xr-xrampion/rampion.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/rampion/rampion.pl b/rampion/rampion.pl
index d29c02b3..9884f453 100755
--- a/rampion/rampion.pl
+++ b/rampion/rampion.pl
@@ -309,6 +309,7 @@ while (1){
check_call($cmd);
$lastWeightsFile = $outweights;
$iteration++;
+ `rm hgs/*.gz`;
print STDERR "\n==========\n";
}