less debug messages
This commit is contained in:
parent
17d2d186e7
commit
005c1dd776
1 changed files with 0 additions and 1 deletions
|
@ -37,7 +37,6 @@ def read_param(path: str, project: str, file_in_project: str) -> dict[str, Any]:
|
|||
for rwp in ["rwfact", "nsrc", "irp", "mu", "np"]:
|
||||
if cline.startswith(rwp):
|
||||
param["rw_fcts"][nrw][rwp] = cline.split()[1]
|
||||
print(param)
|
||||
for nrw in range(num_rw):
|
||||
if "nsrc" not in param["rw_fcts"][nrw]:
|
||||
param["rw_fcts"][nrw]["nsrc"] = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue