Failed

tests.test_complexity.test_get_z (from pytest)

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

This test is unclaimed

Error Message

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

Stacktrace

def test_get_z():
>       z = cophi.complexity._get_z(NUM_TOKENS, NUM_TYPES, P_STAR, Z)
E       AttributeError: module 'cophi' has no attribute 'complexity'

tests/test_complexity.py:95: AttributeError