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

Merge branch 'remove-kde-proposal-check' into 'master'

Remove the KDE proposal check

See merge request !993
parents 629390de dafc95e3
No related branches found
No related tags found
1 merge request!993Remove the KDE proposal check
Pipeline #256980 passed with warnings
......@@ -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