QuLab 2.4.4__cp310-cp310-win_amd64.whl → 2.4.5__cp310-cp310-win_amd64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {QuLab-2.4.4.dist-info → QuLab-2.4.5.dist-info}/METADATA +1 -1
- {QuLab-2.4.4.dist-info → QuLab-2.4.5.dist-info}/RECORD +9 -9
- qulab/executor/schedule.py +5 -7
- qulab/fun.cp310-win_amd64.pyd +0 -0
- qulab/version.py +1 -1
- {QuLab-2.4.4.dist-info → QuLab-2.4.5.dist-info}/LICENSE +0 -0
- {QuLab-2.4.4.dist-info → QuLab-2.4.5.dist-info}/WHEEL +0 -0
- {QuLab-2.4.4.dist-info → QuLab-2.4.5.dist-info}/entry_points.txt +0 -0
- {QuLab-2.4.4.dist-info → QuLab-2.4.5.dist-info}/top_level.txt +0 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
qulab/__init__.py,sha256=vkFybY8YSsQilYdThPRD83-btPAR41sy_WCXiM-6mME,141
|
|
2
2
|
qulab/__main__.py,sha256=sQ1z8lk9Q4pq7X9lEzLcY8t6Izr6uxQXO0t3qnTUxEs,575
|
|
3
3
|
qulab/dicttree.py,sha256=ZoSJVWK4VMqfzj42gPb_n5RqLlM6K1Me0WmLIfLEYf8,14195
|
|
4
|
-
qulab/fun.cp310-win_amd64.pyd,sha256=
|
|
5
|
-
qulab/version.py,sha256=
|
|
4
|
+
qulab/fun.cp310-win_amd64.pyd,sha256=ksCI9u9lYZH-CbVA4uKjmJ03IPngvQqcWAIIzbCXGlo,31232
|
|
5
|
+
qulab/version.py,sha256=sAipLPNdb_IaH9sS_UwXSh0AgDCRTxME2hVBsZX2Dko,21
|
|
6
6
|
qulab/executor/__init__.py,sha256=LosPzOMaljSZY1thy_Fxtbrgq7uubJszMABEB7oM7tU,101
|
|
7
7
|
qulab/executor/__main__.py,sha256=soBde_CbTJvvzIU1r2W2DCfQQY4fXMiwtzsXwTfohqw,2273
|
|
8
8
|
qulab/executor/load.py,sha256=jZHkEzFF8ufFAIajkRDKmHYYJxbxI3RcEbAFIbl9VQ0,6208
|
|
9
|
-
qulab/executor/schedule.py,sha256
|
|
9
|
+
qulab/executor/schedule.py,sha256=spevmrktVE4KQo79l9Dj9rq2cs1bPW4gxHpSxc2MHcc,9055
|
|
10
10
|
qulab/executor/storage.py,sha256=M66Q5_Uc5MMfc_QAuuaaexwAz7wxBPMkeleB5nRpQmI,4621
|
|
11
11
|
qulab/executor/transform.py,sha256=inaOn6eqCs22ZZ0xAQl8s8YCoEACaXSwFNNu7jqdwAk,2148
|
|
12
12
|
qulab/executor/utils.py,sha256=vrwk2fAfSp3YLVZfrYPvxsVPpeuE2n-4G2Ae0eqdT4s,3080
|
|
@@ -89,9 +89,9 @@ qulab/visualization/plot_seq.py,sha256=Uo1-dB1YE9IN_A9tuaOs9ZG3S5dKDQ_l98iD2Wbxp
|
|
|
89
89
|
qulab/visualization/qdat.py,sha256=HubXFu4nfcA7iUzghJGle1C86G6221hicLR0b-GqhKQ,5887
|
|
90
90
|
qulab/visualization/rot3d.py,sha256=jGHJcqj1lEWBUV-W4GUGONGacqjrYvuFoFCwPse5h1Y,757
|
|
91
91
|
qulab/visualization/widgets.py,sha256=HcYwdhDtLreJiYaZuN3LfofjJmZcLwjMfP5aasebgDo,3266
|
|
92
|
-
QuLab-2.4.
|
|
93
|
-
QuLab-2.4.
|
|
94
|
-
QuLab-2.4.
|
|
95
|
-
QuLab-2.4.
|
|
96
|
-
QuLab-2.4.
|
|
97
|
-
QuLab-2.4.
|
|
92
|
+
QuLab-2.4.5.dist-info/LICENSE,sha256=b4NRQ-GFVpJMT7RuExW3NwhfbrYsX7AcdB7Gudok-fs,1086
|
|
93
|
+
QuLab-2.4.5.dist-info/METADATA,sha256=YLkDbMK94kND4pQKTXRvTjQLuf1fG0hxmDx4daSRPfo,3803
|
|
94
|
+
QuLab-2.4.5.dist-info/WHEEL,sha256=rzGfZgUcGeKSgIHGYMuqg4xE4VPHxnaldXH6BG0zjVk,101
|
|
95
|
+
QuLab-2.4.5.dist-info/entry_points.txt,sha256=b0v1GXOwmxY-nCCsPN_rHZZvY9CtTbWqrGj8u1m8yHo,45
|
|
96
|
+
QuLab-2.4.5.dist-info/top_level.txt,sha256=3T886LbAsbvjonu_TDdmgxKYUn939BVTRPxPl9r4cEg,6
|
|
97
|
+
QuLab-2.4.5.dist-info/RECORD,,
|
qulab/executor/schedule.py
CHANGED
|
@@ -158,6 +158,7 @@ def diagnose(node, code_path: str | Path, state_path: str | Path,
|
|
|
158
158
|
result = check_data(node, code_path, state_path, session_id)
|
|
159
159
|
# in spec case
|
|
160
160
|
if result.in_spec:
|
|
161
|
+
logger.debug(f'"{node}": Checked! In spec, no need to diagnose')
|
|
161
162
|
return False
|
|
162
163
|
# bad data case
|
|
163
164
|
recalibrated = []
|
|
@@ -166,15 +167,12 @@ def diagnose(node, code_path: str | Path, state_path: str | Path,
|
|
|
166
167
|
diagnose(n, code_path, state_path, session_id)
|
|
167
168
|
for n in get_dependents(node, code_path)
|
|
168
169
|
]
|
|
169
|
-
if not any(recalibrated):
|
|
170
|
+
if not any(recalibrated) and recalibrated:
|
|
171
|
+
logger.debug(f'"{node}": no dependents recalibrated.')
|
|
170
172
|
return False
|
|
171
173
|
# calibrate
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
else:
|
|
175
|
-
logger.debug(
|
|
176
|
-
f'recalibrate "{node}" because some dependents recalibrated')
|
|
177
|
-
result = calibrate(node, code_path, state_path, session_id)
|
|
174
|
+
logger.debug(f'recalibrate "{node}" because some dependents recalibrated')
|
|
175
|
+
result = calibrate(node, code_path, state_path, session_id)
|
|
178
176
|
if result.bad_data or not result.in_spec:
|
|
179
177
|
raise CalibrationFailedError(
|
|
180
178
|
f'"{node}": All dependents passed, but calibration failed!')
|
qulab/fun.cp310-win_amd64.pyd
CHANGED
|
Binary file
|
qulab/version.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "2.4.
|
|
1
|
+
__version__ = "2.4.5"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|