microsoft / microsoft/Qcodes

qcodes.dataset exports ParamSpec and not ParamSpecBase

Open
#7,369 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
459
Forks
359
Avg merge
3d 6h
Merged PRs (30d)
73

Description

The qcodes.dataset __init__.py exports the `ParamSpec` class and not the `ParamSpecBase` class, even though the `ParamSpec` class is not used anywhere.

Contributor guide

Open the contributing guide

Research direction

Open qcodes.dataset/__init__.py and inspect which class it exports. Confirm that ParamSpec is unused as described, then update the export to expose ParamSpecBase instead. Done means the qcodes.dataset package exports the intended class and no longer exports ParamSpec.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
data
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.