Skip to content

python3 setup.py test failed with 8 ERRORs #16

Description

@matthias-heuberger

Hello,

I using setup.py test to test if the tool is installed properly. I have installed all the specified requirements. I get the following error message (for all of the tests):

ERROR: test_results (unittest.loader._FailedTest)

ImportError: Failed to import test module: test_results
Traceback (most recent call last):
File "/home/wicker/anaconda3/lib/python3.8/unittest/loader.py", line 436, in _find_test_path
module = self._get_module_from_name(name)
File "/home/wicker/anaconda3/lib/python3.8/unittest/loader.py", line 377, in _get_module_from_name
import(name)
File "/home/wicker/data1/matthias/IBSPY_test/IBSpy/tests/test_results.py", line 12, in
from IBSpy import IBSpyResults
File "/home/wicker/data1/matthias/IBSPY_test/IBSpy/IBSpy/init.py", line 8, in
from .IBSpy_result_set import IBSpyResultsSet
File "/home/wicker/data1/matthias/IBSPY_test/IBSpy/IBSpy/IBSpy_result_set.py", line 15, in
from .IBSpy_values_matrix import IBSpyValuesMatrix
File "/home/wicker/data1/matthias/IBSPY_test/IBSpy/IBSpy/IBSpy_values_matrix.py", line 17, in
class IBSpyValuesMatrix:
File "/home/wicker/data1/matthias/IBSPY_test/IBSpy/IBSpy/IBSpy_values_matrix.py", line 142, in IBSpyValuesMatrix
def merged_values(self) -> dict[str, pysam.TabixFile]:
TypeError: 'type' object is not subscriptable

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions