-
Notifications
You must be signed in to change notification settings - Fork 26
Conversation
Hello @cdcapano! Thanks for updating the PR. Cheers ! There are no PEP8 issues in this Pull Request. 🍻 Comment last updated on July 12, 2018 at 08:28 Hours UTC |
Pull Request Test Coverage Report for Build 134
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
27f2466
to
f76d040
Compare
Also renamed This depends on the next pycbc release, so putting on hold until that's out (should be today or tomorrow). |
Actually, looks like I can merge this now without failing Travis. This will break gwin if you don't have current pycbc master installed, but the new release should come out in the next few days. Would be good to merge this now, to simplify #36. |
Should we have codeclimate setting's relaxed a little? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This renames the likelihood module to
models
. Also renames all instances oflikelihood_evaluator
tomodel
in the sampler module and elsewhere. TheBaseLikelihoodEvaluator
has been renamedModel
andDataBasedLikelihoodEvaluator
has been renamedDataModel
.Depends on #33.