Skip to content

Commit

Permalink
Merge pull request #2 from jvdd/master
Browse files Browse the repository at this point in the history
Fix import in example
  • Loading branch information
mblondel committed Oct 14, 2021
2 parents 4c2e08d + 09bb0ed commit dcf1ae8
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 @@ -8,7 +8,7 @@ Example

```python
import numpy as np
from sdtw_div.numba_ops import sdtw_div, sdtw_value_and_grad
from sdtw_div.numba_ops import sdtw_div, sdtw_div_value_and_grad

# Two 3-dimensional time series of lengths 5 and 4, respectively.
X = np.random.randn(5, 3)
Expand Down

0 comments on commit dcf1ae8

Please sign in to comment.