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:
@@ -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)"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user