Occasionally bad replies
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 4
- Forks
- 2
- Avg merge
- 5h 12m
- Merged PRs (30d)
- 1
Description
Adams
return float(response[:-2]) # strip response command readback
ValueError: could not convert string to float: 'p\t\x02\x02+jS~450.00'
Blanc
return float(response[:-2]) # strip response command readback
ValueError: could not convert string to float: '200~\x02\x02\x02+jS~450.00'
Blanc
return float(response[:-2]) # strip response command readback
ValueError: could not convert string to float: 'ML\t\x02\x02\x1bjS~0.00'
This has been affecting the jacketed reactors, which use IKA overhead stirrers.
Adams is 1.4.006 and Blanc is 1.4.005
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
No file, test, or entry point is named. Start by locating the Python code that parses IKA overhead-stirrer replies and compare the malformed responses from Adams 1.4.006 and Blanc 1.4.005 with valid replies. Done means intermittent readbacks no longer produce conversion errors for the jacketed-reactor hardware.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- embedded-iot
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 32/100