Skip to content

Commit

Permalink
minor fix on README
Browse files Browse the repository at this point in the history
  • Loading branch information
Laouen committed Jun 1, 2024
1 parent 2707f81 commit 83d0431
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 @@ -52,7 +52,7 @@ Because PyTorch installation can depend on the user environment and requirements
After installation, you can start using THOI in your projects. Here is a simple example:

```python
from thoi.measures.gaussian_copula import
from thoi.measures.gaussian_copula import multi_order_measures
import numpy as np
X = np.random.normal(0,1, (1000, 10))
Expand Down

0 comments on commit 83d0431

Please sign in to comment.