Skip to content

Commit

Permalink
removed print that I used for debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
ihopethiswillfi committed Mar 13, 2018
1 parent df6c8ed commit eda02ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mesa/batchrunner.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def _prepare_report_table(self, vars_dict, extra_cols=None):
rest_cols = set(df.columns) - set(index_cols)
ordered = df[index_cols + list(sorted(rest_cols))]
ordered.sort_values(by='Run', inplace=True)
print(ordered)

if self._include_fixed:
for param in self.fixed_parameters.keys():
val = self.fixed_parameters[param]
Expand Down

0 comments on commit eda02ea

Please sign in to comment.