feature: write NumpyJSONDecoder
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Python
- Stars
- 459
- Forks
- 359
- Avg merge
- 3d 6h
- Merged PRs (30d)
- 73
Description
A `NumpyJSONDecoder` has to be written to decode complex variables introduced in pull-request #227 .
See discussion there. This should probably go into
`qcodes.utils.helpers`
see also `qcodes.utils.helpers.NumpyJSONEncoder`
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
Start in qcodes.utils.helpers by reading NumpyJSONEncoder, then review pull request #227 and its discussion for the complex variables that need decoding. Done means a NumpyJSONDecoder exists there and can decode those variables consistently with the encoder.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100