Skip to content

Commit

Permalink
fixed numpy error
Browse files Browse the repository at this point in the history
  • Loading branch information
dainis-boumber committed Aug 23, 2018
1 parent 345ad5c commit 637e6d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/active_da.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ def __init__(self, source_X, source_y, max_entropy=0.1, f_samples=0.01, window_g
self.Ks = np.arange(mink, maxk, step=stepsize) # ckdTree starts counting from 1
self.Hs = np.zeros(len(self.Ks))
self.ws = np.zeros((len(self.seeds), len(self.Ks)))
self.banned = np.zeros(len(self.seeds, len(self.Ks)))
self.K = 0

for i, k in enumerate(self.Ks):
Expand Down

0 comments on commit 637e6d5

Please sign in to comment.