Skip to content

Commit

Permalink
pointless changes
Browse files Browse the repository at this point in the history
  • Loading branch information
azhow committed Jan 16, 2017
1 parent 175a6fe commit 5282860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/experiment/experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def __print_step(self, step_number, stepSolution, avgTT=None, qlTT=None):
self.TABLE_FILL = clean_od_table(self.ODL, self.k)
for s in range(len(stepSolution)):
self.TABLE_FILL[str(self.drivers[s].od.o)
+ str(self.drivers[s].od.d)][stepSolution[s]] += 1
+ str(self.drivers[s].od.d)][stepSolution[s]] += 1
self.outputFile.write(" ")
for keys in self.ODL: # Now it prints in the correct order
for x in range(len(self.TABLE_FILL[keys])):
Expand Down

0 comments on commit 5282860

Please sign in to comment.