Fix profiler f-strings

overlays_interaction_latency_tuning
Tyler Goodlet 2023-01-19 14:40:02 -05:00
parent 1a10514cad
commit 72a9af21ac
1 changed files with 2 additions and 2 deletions

View File

@ -122,7 +122,7 @@ def multi_maxmin(
) = out ) = out
if profiler: if profiler:
profiler('fast_viz.maxmin({read_slice})') profiler(f'fast_viz.maxmin({read_slc})')
mn, mx = yrange mn, mx = yrange
@ -143,7 +143,7 @@ def multi_maxmin(
mx_vlm_in_view = mxmn[1] mx_vlm_in_view = mxmn[1]
if profiler: if profiler:
profiler('vlm_viz.maxmin({read_slc})') profiler(f'vlm_viz.maxmin({read_slc})')
return ( return (
mx, mx,