Skip to content
Snippets Groups Projects
Verified Commit bce13bbe authored by Paul Dechamps's avatar Paul Dechamps :speech_balloon:
Browse files

(pip) Fix pipeline

Adding scipy before script
parent fbb81a4c
No related branches found
No related tags found
1 merge request!1BLASTER v1.0
Pipeline #19734 failed
......@@ -23,6 +23,8 @@ stages:
build:
<<: *global_tag_def
stage: build
before scipt:
- python3 -m pip install scipy==1.11.3 --user
script:
- git submodule init
- git submodule update
......
......@@ -96,7 +96,7 @@ def cfgBlast(verb):
'sections' : np.linspace(0.01, 0.95, 30),
'writeSections': [0.2, 0.4, 0.6, 0.8, 1.0],
'Sym':[0.],
'span':1.,
'span': 1.,
'interpolator': 'Rbf',
'rbftype': 'linear',
'smoothing': 1e-8,
......
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