Regression
tests.test_complexity.test_orlov_z (from pytest)
Failing for the past 1 build
(Since Failed )
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_orlov_z(frequency_spectrum): > orlov_z = cophi.complexity.orlov_z(NUM_TYPES, NUM_TOKENS, frequency_spectrum) E AttributeError: module 'cophi' has no attribute 'complexity' tests/test_complexity.py:91: AttributeError