Skip to content

Commit 270af11

Browse files
authored
Update README.md
1 parent 4c0af50 commit 270af11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ from rqadeforestation import rqatrend
1919
import numpy as np
2020

2121
x = np.arange(1, 30, step=0.01)
22-
y = np.sin(x) + 0.1 * x + np.random.rand(len(x))
22+
y = np.sin(x) + 0.1 * x
2323
rqatrend(y, 0.5, 10, 1)
24-
# -0.12493604680482838
24+
# -0.14028027430322332
2525
```
2626

2727
Use in openEO:

0 commit comments

Comments
 (0)