Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test: add comment to test
Signed-off-by: Johannes Messner <[email protected]>
  • Loading branch information
JohannesMessner committed Jul 31, 2023
commit b36338134d0c98c58bcfd8a967bab3f679412735
1 change: 1 addition & 0 deletions tests/units/typing/tensor/test_tensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ class MyTensorDoc(BaseDoc):


def test_equals_type():
# see https://github.com/docarray/docarray/pull/1739
assert not (TorchTensor == type)