Qcodes icon indicating copy to clipboard operation
Qcodes copied to clipboard

qcodes.dataset exports ParamSpec and not ParamSpecBase

Open samantha-ho opened this issue 5 months ago • 1 comments

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

samantha-ho avatar Aug 08 '25 18:08 samantha-ho

Agreed we should add ParamSpecBase and remove the last usage of ParamSpec and deprecate and eventually remove it

jenshnielsen avatar Aug 12 '25 09:08 jenshnielsen