Skip to content

Commit

Permalink
prerelease commit and put smoothing back to 30 ms (#925)
Browse files Browse the repository at this point in the history
Thanks for updating
  • Loading branch information
ntolley authored and dylansdaniels committed Nov 6, 2024
1 parent 074ac94 commit 78af4c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hnn_core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
from .cells_default import pyramidal, basket
from .parallel_backends import MPIBackend, JoblibBackend

__version__ = '0.4rc2'
__version__ = '0.4rc3'
2 changes: 1 addition & 1 deletion hnn_core/gui/_viz_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ def _get_ax_control(widgets, data, fig_idx, fig, ax):
style=analysis_style,
)
simulation_dipole_smooth = FloatText(
value=0,
value=30,
description='Dipole Smooth Window (ms):',
disabled=False,
layout=layout,
Expand Down

0 comments on commit 78af4c6

Please sign in to comment.