Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
makgyver committed Mar 6, 2019
1 parent f8c0a09 commit 80bbbd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions PRL/genK.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import numpy as np
import random

#TODO documentation

def apply2prefs(k_fun, p1, p2):
(x1p, y1p), (x1n, y1n) = p1
(x2p, y2p), (x2n, y2n) = p2
Expand Down
1 change: 0 additions & 1 deletion PRL/prl.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ def __init__(self, gen_pref, gen_feat, dim, n_cols, solver):
self.gen_feat = gen_feat
self.n_cols = n_cols
self.dim = dim
print(dim)
self.solver = solver

self.pref_list = self.gen_pref.get_all_prefs()
Expand Down

0 comments on commit 80bbbd9

Please sign in to comment.