diff --git a/src/pynwb/testing/mock/ecephys.py b/src/pynwb/testing/mock/ecephys.py index 4135e38a8..bc64e49ed 100644 --- a/src/pynwb/testing/mock/ecephys.py +++ b/src/pynwb/testing/mock/ecephys.py @@ -133,7 +133,7 @@ def mock_Units(num_units: int = 10, max_spikes: int = 10, seed: Optional[int] = ) if seed is None: - seed = np.pi + seed = 0 rng = np.random.default_rng(seed=seed) times = rng.random(size=(num_units, max_spikes)).cumsum(axis=1)