Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
azhow committed Jan 5, 2017
1 parent 7f3ddff commit 01e9a60
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions modules/experiment/experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,9 +291,6 @@ def generate_table_fill(coupling_file, k):
for value in line:
if value != line[0]:
list_values.append(float(value))
if len(list_values) != k:
raise Exception('The number of k values in the table fill file is different' \
+ ' than the k specified in the parameters.')
table_fill[line[0]] = list_values

return table_fill
Expand Down

0 comments on commit 01e9a60

Please sign in to comment.