bug: combined parameter breaks progress interval.
Open
Nobody has claimed this yet.
bug
- Dominant language
- Python
- Stars
- 459
- Forks
- 359
- Avg merge
- 3d 6h
- Merged PRs (30d)
- 73
Description
MVE:
combined_param = qc.combine(param1,param2,name='combined_param')
values = np.array([[1,1],[2,2],[3,3]])
sweepvalues = combined_param.sweep(values)
loop = qc.Loop(sweepvalues, delay=0.1, progress_interval=1).each(parameter)
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 with the minimal reproduction in the issue body, then inspect the entry points reached by qc.combine and qc.Loop when progress_interval=1 is used. Run the example to confirm how the combined parameter breaks progress handling; done means the reproduction works with the intended progress interval behavior and the regression is covered.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- numpy, python
- Domain
- data
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100