Skip to content

Commit 2b31be0

Browse files
committed
really reproducipble WDA example
1 parent 2e50bd2 commit 2b31be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/others/plot_WDA.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
n = 1000 # nb samples in source and target datasets
3434
nz = 0.2
3535

36-
np.random.RandomState(1)
36+
np.random.seed(1)
3737

3838
# generate circle dataset
3939
t = np.random.rand(n) * 2 * np.pi

0 commit comments

Comments
 (0)