CI: fix empty dict in configs

This commit is contained in:
Fabian 2022-11-17 17:16:10 +01:00
parent 69dabc367f
commit 2bb723ef04
2 changed files with 2 additions and 2 deletions

View File

@ -30,6 +30,6 @@ sector:
solving:
solver:
name: cbc
options: []
options: {}
mem: 4000 #memory in MB; 20 GB enough for 50+B+I+H2; 100 GB for 181+B+I+H2

View File

@ -31,7 +31,7 @@ sector:
solving:
solver:
name: cbc
options: []
options: {}
mem: 4000 #memory in MB; 20 GB enough for 50+B+I+H2; 100 GB for 181+B+I+H2