Skip to content
Snippets Groups Projects
Commit 90bbeaf7 authored by Raphael Sturgis's avatar Raphael Sturgis
Browse files

small fixes + fixed test

parent 29df63e3
Branches
No related tags found
1 merge request!6Develop
...@@ -29,7 +29,7 @@ def compute_trajectory(times, time_gap, size_limit): ...@@ -29,7 +29,7 @@ def compute_trajectory(times, time_gap, size_limit):
return i return i
#@jit(nopython=True) @jit(nopython=True)
def compute_std(dat, radius): def compute_std(dat, radius):
stds = np.empty(dat.shape[0]) stds = np.empty(dat.shape[0])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment