KU-DO-Lab / Spearmint

Software to drive data aquisition for nanodevices, intended for our low temperature measurements. Based on University of Washington's nanophys/MeasureIt.
MIT License
0 stars 0 forks source link

Bugs with Environment.yaml files (QCoDeS, not Conda) #11

Open Mamba-Grant opened 1 month ago

Mamba-Grant commented 1 month ago

(currently only tested on keithley 2450 SMU) (This is for the QCoDeS environment.yaml, not to be confused with the conda environment.yaml)

1. Setting default environment does not work, prevents future startups

Attempting to set a default environment file throws the following error on all future runs of the program:

Traceback (most recent call last):
File ".../GUI_Spearmint.py" line 1128 in <module>
    main()
File ".../GUI_Spearmint.py" line 1115 in main
    qc.config/update_config(path(FILE_PATHS["config_base_dir"]))

NameError: name 'path' is not defined. Did you mean 'Path'?

This is a simple little syntax error, should be quick to fix.

2. Loading environment files throws several errors to Keithley 2450s, takes a very long time, eventually works.