microsoft / microsoft/Qcodes

bug: combined parameter breaks progress interval.

Open
#471 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.