1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-12-31 19:11:18 +01:00

wip debug async plotting

This commit is contained in:
2025-04-14 14:24:53 +02:00
committed by wakonig_k
parent 68359cfd13
commit e73ed7eb19

View File

@@ -1,6 +1,7 @@
from __future__ import annotations
import json
import traceback
from typing import Literal
import lmfit
@@ -1226,6 +1227,7 @@ class Waveform(PlotBase):
x_data, y_data = curve.get_data()
if y_data is not None:
traceback.print_stack()
logger.warning(
f"Async data for curve {curve.name()}, shape: ({x_data.shape}, {y_data.shape}) (x,y)"
)