Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
percevalw committed May 15, 2024
1 parent 560f760 commit 4809aed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions foldedtensor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@ def rec(seq, depth=0):
return deepness, type(item)


def test_2():
print("ko")


def as_folded_tensor(
data: Sequence,
data_dims: Optional[Sequence[Union[int, str]]] = None,
Expand Down

0 comments on commit 4809aed

Please sign in to comment.