Invalid Argument in SimAI Analytical example test
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.2k
- Forks
- 184
- Avg merge
- 13h 4m
- Merged PRs (30d)
- 1
Description
Hi, I am trying to run the analytical example that is provided in the repo. I ran into the following error without making any changes to the input files in "example" folder.
terminate called after throwing an instance of 'std::invalid_argument'
what(): stoi
Aborted
Does anyone know what could be the problem? I tried changing the "null" values to "0.0" in busbw.yaml file but that did not help either.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by running the analytical example from the repository's example folder without changing its inputs, then inspect busbw.yaml and the reported std::stoi failure. Determine which input is being parsed as an integer; done means the analytical example runs without the invalid_argument exception.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- testing
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100