Skip to content

Commit

Permalink
remove debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
artgoldberg committed Dec 30, 2019
1 parent 9a21b37 commit 2857b1b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions wc_sim/run_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,6 @@ def convert_checkpoints(self):
random_states_s = pandas.Series(index=checkpoints)

# load these pandas objects
print('aggregate_states_df')
print(aggregate_states_df)
for time in Checkpoint.list_checkpoints(self.results_dir):

checkpoint = Checkpoint.get_checkpoint(self.results_dir, time=time)
Expand Down

0 comments on commit 2857b1b

Please sign in to comment.