CI: fix empty dict in configs
This commit is contained in:
parent
69dabc367f
commit
2bb723ef04
@ -30,6 +30,6 @@ sector:
|
|||||||
solving:
|
solving:
|
||||||
solver:
|
solver:
|
||||||
name: cbc
|
name: cbc
|
||||||
options: []
|
options: {}
|
||||||
mem: 4000 #memory in MB; 20 GB enough for 50+B+I+H2; 100 GB for 181+B+I+H2
|
mem: 4000 #memory in MB; 20 GB enough for 50+B+I+H2; 100 GB for 181+B+I+H2
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ sector:
|
|||||||
solving:
|
solving:
|
||||||
solver:
|
solver:
|
||||||
name: cbc
|
name: cbc
|
||||||
options: []
|
options: {}
|
||||||
mem: 4000 #memory in MB; 20 GB enough for 50+B+I+H2; 100 GB for 181+B+I+H2
|
mem: 4000 #memory in MB; 20 GB enough for 50+B+I+H2; 100 GB for 181+B+I+H2
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user