Skip to content

Commit

Permalink
refactor: change default smoothing for dipoles to 0 (#920)
Browse files Browse the repository at this point in the history
  • Loading branch information
gtdang authored Oct 24, 2024
1 parent 27c6fc1 commit c8332b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hnn_core/gui/_viz_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c8332b4

Please sign in to comment.