[go: up one dir, main page]

Skip to content

Cannot open threshold scan for a triplet with one chip disabled

LocalDB Viewer v2.2.8.

Triplet module 20UPIM02202125 has the middle chip completely disabled in the module config due to SLDO issues. When trying to open uploaded threshold scan, LocalDb produces an error "LocalDB scripts are currently unable to handle this request."

Traceback (most recent call last): File "/home/mrohne/.pyenv/versions/3.12.3/envs/localdb/lib/python3.12/site-packages/flask/app.py", line 1473, in wsgi_app response = self.full_dispatch_request() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/mrohne/.pyenv/versions/3.12.3/envs/localdb/lib/python3.12/site-packages/flask/app.py", line 882, in full_dispatch_request rv = self.handle_user_exception(e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/mrohne/.pyenv/versions/3.12.3/envs/localdb/lib/python3.12/site-packages/flask/app.py", line 880, in full_dispatch_request rv = self.dispatch_request() ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/mrohne/.pyenv/versions/3.12.3/envs/localdb/lib/python3.12/site-packages/flask/app.py", line 865, in dispatch_request return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) # type: ignore[no-any-return] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/cargo/Modules/localdb-tools/viewer/pages/component.py", line 361, in show_component raise e File "/cargo/Modules/localdb-tools/viewer/pages/component.py", line 358, in show_component plots_light = set_light_plots( session['this'], this_component_doc['type'], session['runId'], session['regeneratePlots'] ) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/cargo/Modules/localdb-tools/viewer/pages/component.py", line 1998, in set_light_plots module = np.concatenate( (plot.get("data")[0].T, plot.get("data")[1].T, plot.get("data")[2].T), axis = 1 ) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: all the input array dimensions except for the concatenation axis must match exactly, but along dimension 0, the array at index 0 has size 61 and the array at index 1 has size 384

Thanks!