Failed

tests.test_complexity.test_sichel_s (from pytest)

Failing for the past 1 build (Since #103 )
Took 1 ms.

This test is unclaimed

Error Message

AttributeError: module 'cophi' has no attribute 'complexity'

Stacktrace

frequency_spectrum = 3    1
2    1
1    3
dtype: int64

    def test_sichel_s(frequency_spectrum):
>       sichel_s = cophi.complexity.sichel_s(NUM_TYPES, frequency_spectrum)
E       AttributeError: module 'cophi' has no attribute 'complexity'

tests/test_complexity.py:63: AttributeError