Skip to content

Commit

Permalink
Update VSM.py
Browse files Browse the repository at this point in the history
  • Loading branch information
EliTras authored Aug 21, 2022
1 parent 3369e1a commit 2799801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VSM/VSM.py
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,7 @@ def na_obj(params):
return func

def my_nei_alg(samp1,samp2,samp3):
print('\nNEIGHBOURHOOD ALGORITM running...')
print('\nNEIGHBOURHOOD ALGORITHM running...')
num_samp = samp1
num_resamp = samp2
num_iter = samp3
Expand Down

0 comments on commit 2799801

Please sign in to comment.