fix spelling mistakes

pull/711/head
Peterpig 2 years ago committed by GitHub
parent 653bc95f0d
commit 8a5fc0b54b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -224,7 +224,7 @@ import random
```python
def probs(v,eps=1e-4):
v = vv.min()+eps
v = v.min()+eps
v = v/v.sum()
return v

Loading…
Cancel
Save