Skip to content

Commit

Permalink
Merge 4b8e144 into 04556eb
Browse files Browse the repository at this point in the history
  • Loading branch information
kazemakase committed Mar 5, 2015
2 parents 04556eb + 4b8e144 commit 517ae31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scot/external/infomax_.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ def infomax(data, weights=None, l_rate=None, block=None, w_change=1e-12,
while step < max_iter:

# shuffle data at each step
rng.seed(step) # --> permutation is fixed but differs at each step
permute = list(range(n_samples))
rng.shuffle(permute)

Expand Down

0 comments on commit 517ae31

Please sign in to comment.