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: ...@@ -23,6 +23,8 @@ stages:
build: build:
<<: *global_tag_def <<: *global_tag_def
stage: build stage: build
before scipt:
- python3 -m pip install scipy==1.11.3 --user
script: script:
- git submodule init - git submodule init
- git submodule update - git submodule update
......
...@@ -96,7 +96,7 @@ def cfgBlast(verb): ...@@ -96,7 +96,7 @@ def cfgBlast(verb):
'sections' : np.linspace(0.01, 0.95, 30), 'sections' : np.linspace(0.01, 0.95, 30),
'writeSections': [0.2, 0.4, 0.6, 0.8, 1.0], 'writeSections': [0.2, 0.4, 0.6, 0.8, 1.0],
'Sym':[0.], 'Sym':[0.],
'span':1., 'span': 1.,
'interpolator': 'Rbf', 'interpolator': 'Rbf',
'rbftype': 'linear', 'rbftype': 'linear',
'smoothing': 1e-8, '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