Regression
tests.test_complexity.test_dugast_k (from pytest)
Failing for the past 1 build
(Since Failed )
This test is unclaimed |
Error Message
AttributeError: module 'cophi' has no attribute 'complexity'
Stacktrace
def test_dugast_k(): > dugast_k = cophi.complexity.dugast_k(NUM_TYPES, NUM_TOKENS) E AttributeError: module 'cophi' has no attribute 'complexity' tests/test_complexity.py:35: AttributeError