Skip to content

Merge pull request #4 from CDDLeiden/fix/papyrus_loading #19

Merge pull request #4 from CDDLeiden/fix/papyrus_loading

Merge pull request #4 from CDDLeiden/fix/papyrus_loading #19

GitHub Actions / JUnit Test Report failed Jan 10, 2024 in 0s

1 tests run, 0 passed, 0 skipped, 1 failed.

Annotations

Check failure on line 70 in qsprpred/benchmarks/tests.py

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

tests.qsprpred.extra.data.tests

collection failure
Raw output
qsprpred/extra/data/tests.py:498: in <module>
    class TestDescriptorsExtra(DataSetsMixInExtras, TestDescriptorInDataMixIn, TestCase):
qsprpred/extra/data/tests.py:509: in TestDescriptorsExtra
    for desc_set in DataSetsMixInExtras.getAllDescriptors()
qsprpred/extra/data/tests.py:70: in getAllDescriptors
    Mold2(),
qsprpred/extra/data/descriptors/sets.py:141: in __init__
    self._mold2 = Mold2_calculator()
../../../hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/Mold2_pywrapper/mold2_wrapper.py:41: in __init__
    raise RuntimeError(f'Mold2 descriptors can only be calculated on Windows and Linux platforms.')
E   RuntimeError: Mold2 descriptors can only be calculated on Windows and Linux platforms.