Skip to content
Snippets Groups Projects
Commit e68e533e authored by Jean-Baptiste Keck's avatar Jean-Baptiste Keck
Browse files

fix ci

parent bb0afa1e
No related branches found
No related tags found
1 merge request!40Add docker ubuntu 22.04 cuda 11.7 image
Pipeline #110432 passed
...@@ -448,6 +448,8 @@ class Simulation: ...@@ -448,6 +448,8 @@ class Simulation:
io_params = kwds.pop('io_params') io_params = kwds.pop('io_params')
_params = () _params = ()
for p in params: for p in params:
if p is None:
continue
for (_, param) in p.iterviews(): for (_, param) in p.iterviews():
_params += (param,) _params += (param,)
params = _params params = _params
......
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