Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhallac committed Jun 19, 2017
1 parent fd90497 commit e6890b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TICC_solver.py
Expand Up @@ -1193,7 +1193,7 @@ def solve(window_size = 10,number_of_clusters = 5, lambda_parameter = 11e-2, bet
######### Get Date into proper format
print "completed getting the data"

Data = np.loadtxt(input_file, delimiter= ",")
Data = np.loadtxt(input_file, delimiter= ",")
Data_pre = Data
UNNORMALIZED_Data = Data*1000
(m,n) = Data.shape
Expand Down

0 comments on commit e6890b1

Please sign in to comment.