Skip to content
Snippets Groups Projects
Commit dafc95e3 authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Remove the KDE proposal check

parent 17e6a80b
No related branches found
No related tags found
1 merge request!993Remove the KDE proposal check
Pipeline #253912 passed
......@@ -148,7 +148,6 @@ class TestProposals(TestBaseProposals):
priors = self.create_priors()
prop = proposals.KDEProposal(priors)
self.proposal_check(prop, N=20000)
self.assertTrue(prop.trained)
def test_GMM_proposal(self):
if importlib.util.find_spec("sklearn") is not None:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment