Skip to content

Merge branch 'refactor/clustering' into 'dev' #33

Merge branch 'refactor/clustering' into 'dev'

Merge branch 'refactor/clustering' into 'dev' #33

GitHub Actions / JUnit Test Report failed Jun 25, 2024 in 0s

389 tests run, 378 passed, 10 skipped, 1 failed.

Annotations

Check failure on line 1 in TestPCM

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

TestPCM.testRegressionBasicFitPCM_5_XGBC

AssertionError: True is not false
Raw output
a = (<qsprpred.extra.models.tests.TestPCM testMethod=testRegressionBasicFitPCM_5_XGBC>,)
kw = {}

    @wraps(func)
    def standalone_func(*a, **kw):
>       return func(*(a + p.args), **p.kwargs, **kw)

/opt/hostedtoolcache/Python/3.12.4/x64/lib/python3.12/site-packages/parameterized/parameterized.py:620: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../qsprpred/extra/models/tests.py:161: in testRegressionBasicFitPCM
    self.predictorTest(
../../qsprpred/utils/testing/check_mixins.py:397: in predictorTest
    check_predictions(predictions, predictions_comparison, expect_equal_result)
../../qsprpred/utils/testing/check_mixins.py:368: in check_predictions
    check_outcome(np.allclose(predictions, expected_result))
E   AssertionError: True is not false