Regression
tests.test_complexity.test_derivative (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_derivative(): > d = cophi.complexity._derivative(NUM_TOKENS, NUM_TYPES, P_STAR, Z) E AttributeError: module 'cophi' has no attribute 'complexity' tests/test_complexity.py:99: AttributeError