Skip to content
Snippets Groups Projects
Commit d734fd01 authored by Lionel GUEZ's avatar Lionel GUEZ
Browse files

Bug fix: correct test for part of beginning

Correct the test to know whether we can use part of the properties
already calculated for the beginning of the segment. When `len_seg ==
2 * n_days_avg`, `g.vp.inst_eddies[n][-n_days_avg:] =
g.vp.inst_eddies[n][n_days_avg:]` so
`g.vp.inst_eddies[n][:n_days_avg]` and
`g.vp.inst_eddies[n][-n_days_avg:]` are disjoint. The bug comes from
commit bdd0ce41.
parent 37c59453
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment