Added "allow_new_labels" flag for class_labels tensor #12220
Annotations
1 error and 1 warning
test_info.test_class_label:
deeplake/api/tests/test_info.py#L140
AssertionError: assert 2 == 1
+ where 2 = len({'class_names': ['a', 'b', 'c'], 'allow_new_labels': True})
+ where {'class_names': ['a', 'b', 'c'], 'allow_new_labels': True} = Tensor(key='labels').info
+ where Tensor(key='labels') = Dataset(path='./hub_pytest/test_info/test_class_label', tensors=['labels', 'labels2']).labels
|
Python linting
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|