Skip to content
Snippets Groups Projects
Commit c13bc070 authored by Paul Saurou's avatar Paul Saurou
Browse files

for test

parent 9ea13388
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,8 @@ def compute_path(tau, alpha, n1, n2, n3):
path = []
sequence, weights = proba(0, alpha, tau, n_cbx, n_cby, n_cbz)
print(sequence)
print(weights)
new_node = rd.choices(sequence,weights)[0]
path.append(new_node)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment