Skip to content

Commit

Permalink
unecessary print
Browse files Browse the repository at this point in the history
  • Loading branch information
azhow committed Jan 2, 2017
1 parent 2fe8b2d commit 23994bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/experiment/experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ def generate_table_fill(coupling_file, k):
if value != line[0]:
list_values.append(float(value))
count += 1
print count
if count != k + 1:
raise Exception('The number of k values in the table fill file is different' \
+ ' than the k specified in the parameters.')
Expand Down

0 comments on commit 23994bf

Please sign in to comment.