snu-quiqcl / iquip

Ion trap Quantum computing User Interface Project
GNU General Public License v3.0
7 stars 0 forks source link

Fix various bugs when fetching dataset name list #297

Closed BECATRUE closed 6 months ago

BECATRUE commented 6 months ago

This resolves #293.

As I checked, it seems that all bugs were resolved. However, please check it in your environment, too.

kangz12345 commented 6 months ago

Many bugs are fixed, but the fast change of hour combobox is still buggy. I got the following error:

Traceback (most recent call last):
  File "C:\Users\QC109_3\iquip\iquip\apps\dataviewer.py", line 1229, in _handleDatasetClicked
    self.startRemoteDatasetThread(name)
  File "C:\Users\QC109_3\iquip\iquip\apps\dataviewer.py", line 1355, in startRemoteDatasetThread
    self.remoteDatasetThread.quit()
RuntimeError: wrapped C/C++ object of type _RemoteDatasetThread has been deleted

After this error occurs, every combobox change (including RID combobox) prints the same error.

BECATRUE commented 6 months ago

Maybe, that problem is resolved now.

Please check it again. @kangz12345

kangz12345 commented 6 months ago

Indeed it resolved the problem!