From c8332b4b59da6a722bfd2c4c6eb2046ecae23dfa Mon Sep 17 00:00:00 2001 From: George Dang <53052793+gtdang@users.noreply.github.com> Date: Thu, 24 Oct 2024 11:43:59 -0400 Subject: [PATCH] refactor: change default smoothing for dipoles to 0 (#920) --- hnn_core/gui/_viz_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hnn_core/gui/_viz_manager.py b/hnn_core/gui/_viz_manager.py index f3a154e22..2ec1e1c06 100644 --- a/hnn_core/gui/_viz_manager.py +++ b/hnn_core/gui/_viz_manager.py @@ -565,7 +565,7 @@ def _get_ax_control(widgets, data, fig_idx, fig, ax): style=analysis_style, ) simulation_dipole_smooth = FloatText( - value=30, + value=0, description='Dipole Smooth Window (ms):', disabled=False, layout=layout,