Skip to content
Snippets Groups Projects
Commit 1e02e8d8 authored by Marek Wiesner's avatar Marek Wiesner
Browse files

Add number of concentrations to initial state info

parent aaa6aaad
No related branches found
No related tags found
No related merge requests found
......@@ -202,7 +202,8 @@ def main() -> int:
initialStateInfoDict[dataset.name] = {
"readingModelSucceeded": readingModelSucceeded,
"initialStateInfo": [info.to_dict() for info in initialStateInfo]
"initialStateInfo": [info.to_dict() for info in initialStateInfo],
"numberOfConcentrations": dataset.numberOfConcentrations
}
outputFolder = Path(args.outputFilePath).parent
......
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