Running e2e STAGE NUA tests #978
Annotations
2 errors
test_kb.test_kb[aws-us-east-2-1]:
nuclia_e2e/nuclia_e2e/tests/test_kb.py#L378
AssertionError: assert 'why are cocoa prices high?' == 'why cocoa prices high?'
- why cocoa prices high?
+ why are cocoa prices high?
? ++++
|
test_kb.test_kb[europe-1]:
nuclia_e2e/nuclia_e2e/tests/test_kb.py#L320
AssertionError: assert 'climate change' in 'not enough data to answer this.'
+ where 'not enough data to answer this.' = <built-in method lower of str object at 0x7f47e42c99d0>()
+ where <built-in method lower of str object at 0x7f47e42c99d0> = 'Not enough data to answer this.'.lower
+ where 'Not enough data to answer this.' = <built-in method decode of bytes object at 0x7f47e43e52f0>()
+ where <built-in method decode of bytes object at 0x7f47e43e52f0> = b'Not enough data to answer this.'.decode
+ where b'Not enough data to answer this.' = AskAnswer(answer=b'Not enough data to answer this.', object=None, learning_id='f285638bff5349a48de374f9caa9de4d', rela..._best_matches=None, status='no_context', prompt_context=None, relations=None, predict_request=None, error_details=None).answer
|