Skip to content
Snippets Groups Projects
Commit 88a7af3e authored by Raphael's avatar Raphael
Browse files

Merge branch 'develop' of gitlab.lis-lab.fr:raphael.sturgis/skais into develop

parents 3b89a43e 90bbeaf7
Branches
Tags
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