Add todo around graphics loop vlm chart mxmn sort calls

mxmn_from_m4
Tyler Goodlet 2022-06-27 18:23:13 -04:00
parent 49c720af3c
commit dd2a9f74f1
1 changed files with 4 additions and 0 deletions

View File

@ -105,6 +105,10 @@ def chart_maxmin(
mn, mx = out mn, mx = out
mx_vlm_in_view = 0 mx_vlm_in_view = 0
# TODO: we need to NOT call this to avoid a manual
# np.max/min trigger and especially on the vlm_chart
# flows which aren't shown.. like vlm?
if vlm_chart: if vlm_chart:
out = vlm_chart.maxmin() out = vlm_chart.maxmin()
if out: if out: