Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anh-tong committed Sep 5, 2023
1 parent aa1199d commit 934f73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ output = signax.signature(path, depth)
# compute signature for batches (multiple) of paths
path = jrandom.normal(shape=(batch_size, length, dim), key=key)
# new signax API can handle this case two
output = signax.signature(x, depth)
output = signax.signature(path, depth)
```

Integrate with the [equinox](https://github.com/patrick-kidger/equinox) library
Expand Down

0 comments on commit 934f73b

Please sign in to comment.