Skip to content
Snippets Groups Projects
Commit 2dfc96ad authored by Francois Dall'Asta's avatar Francois Dall'Asta :speech_balloon:
Browse files

replace always by on_success in .gitlab-ci.yml and constrain center_date in...

replace always by on_success in .gitlab-ci.yml and constrain center_date in test to avoid edge effects
parent 6a1e76de
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ class TestBuildingFromSplines(unittest.TestCase):
def test_eval_derivate_spline(self):
dt = 0.1
t = np.arange(1980, 1990, dt)
center_date = np.random.choice(t)
center_date = np.random.choice(t[40:60]) #constraining center_date to narrower intervall to avoid edge effects.
spl_order = 4
knot_spacing = 1
......
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