Skip to content

Commit

Permalink
Distict property exception eliminated
Browse files Browse the repository at this point in the history
  • Loading branch information
craabreu committed Jun 20, 2018
1 parent 850cd31 commit ed377fe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/mics/mixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ def __init__(self, samples, engine):
info("Effective sample sizes:", self.neff)
info("Properties:", ", ".join(names))

if any(list(sample.dataset.columns) != names for sample in samples):
raise InputError("provided samples have distinct properties")

potentials = [sample.potential.lambdify() for sample in samples]
self.u = [multimap(potentials, sample.dataset) for sample in samples]
self.f = overlapSampling(self.u)
Expand Down

0 comments on commit ed377fe

Please sign in to comment.