TEMPFIX: allow ms1 to not have an in or par file part 3
This commit is contained in:
parent
9b628abc69
commit
16dcca3f3d
1 changed files with 1 additions and 0 deletions
|
|
@ -202,6 +202,7 @@ def import_toml(path: Path, file: str, copy_file: bool=True) -> None:
|
|||
# Temporary solution
|
||||
parameters = {}
|
||||
parameters["rand"] = {}
|
||||
parameters["rw_fcts"] = []
|
||||
for nrw in range(1):
|
||||
if "nsrc" not in parameters["rw_fcts"][nrw]:
|
||||
parameters["rw_fcts"][nrw]["nsrc"] = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue