From 78af4c648c54ee1f9b822ed627e2d1a7caf92087 Mon Sep 17 00:00:00 2001 From: Nicholas Tolley <55253912+ntolley@users.noreply.github.com> Date: Thu, 31 Oct 2024 14:06:06 -0400 Subject: [PATCH] prerelease commit and put smoothing back to 30 ms (#925) Thanks for updating --- hnn_core/__init__.py | 2 +- hnn_core/gui/_viz_manager.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hnn_core/__init__.py b/hnn_core/__init__.py index d88842cde..8e739b47d 100644 --- a/hnn_core/__init__.py +++ b/hnn_core/__init__.py @@ -7,4 +7,4 @@ from .cells_default import pyramidal, basket from .parallel_backends import MPIBackend, JoblibBackend -__version__ = '0.4rc2' +__version__ = '0.4rc3' diff --git a/hnn_core/gui/_viz_manager.py b/hnn_core/gui/_viz_manager.py index 2e85a27eb..41eff684a 100644 --- a/hnn_core/gui/_viz_manager.py +++ b/hnn_core/gui/_viz_manager.py @@ -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,