SimVascular / SimVascular/svOneDSolver
Convert all .in input files to .json
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 22
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Description
Problem
We added support for JSON input files in d98fd52b4a44ec635c9c6a943a467ce981b3a2a3. However, our tests are still in the legacy .in format.
Solution
Convert all test cases to JSON.
Additional context
Try some AI tools to create a Python converter .in -> .json and add it to the repository.
Code of Conduct
- I agree to follow this project's Code of Conduct and Contributing Guidelines
Contributor guide
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
Inspect the repository's existing test cases and the JSON input support introduced in d98fd52b4a44ec635c9c6a943a467ce981b3a2a. Identify every legacy .in fixture and determine the expected JSON representation before creating the requested Python converter. Done means all test inputs use JSON, the converter is included in the repository, and the test suite still passes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, json, python
- Domain
- testing-qa
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100