Skip to content

Commit

Permalink
Remove check for equal params in Measurements.average
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasrg committed Nov 6, 2017
1 parent 377c392 commit f7c485e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/measurements.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ def load(filename):

@staticmethod
def average(measurements):
assert all(m.params == measurements[0].params for m in measurements)
new = Measurement(measurements[0].params)

def average_sequence(sequences):
Expand Down

0 comments on commit f7c485e

Please sign in to comment.