File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8686from spynnaker .pyNN .utilities .bit_field_utilities import get_sdram_for_keys
8787from spynnaker .pyNN .utilities .buffer_data_type import BufferDataType
8888from spynnaker .pyNN .utilities .constants import (
89- POSSION_SIGMA_SUMMATION_LIMIT , MAX_RING_BUFFER_BITS )
89+ POISSON_SIGMA_SUMMATION_LIMIT , MAX_RING_BUFFER_BITS )
9090from spynnaker .pyNN .utilities .utility_calls import (
9191 create_mars_kiss_seeds , check_rng )
9292from spynnaker .pyNN .utilities .running_stats import RunningStats
@@ -1987,7 +1987,7 @@ def _ring_buffer_expected_upper_bound(
19871987 # Upper end of range for Poisson summation required below
19881988 # upper_bound needs to be an integer
19891989 upper_bound = int (round (average_spikes_per_timestep +
1990- POSSION_SIGMA_SUMMATION_LIMIT *
1990+ POISSON_SIGMA_SUMMATION_LIMIT *
19911991 math .sqrt (average_spikes_per_timestep )))
19921992
19931993 # pylint:disable=wrong-spelling-in-comment
Original file line number Diff line number Diff line change 1515from spinn_front_end_common .utilities .constants import (
1616 BYTES_PER_WORD , BYTES_PER_KB )
1717
18- POSSION_SIGMA_SUMMATION_LIMIT = 3.0
18+ POISSON_SIGMA_SUMMATION_LIMIT = 3.0
1919
2020BLOCK_INDEX_HEADER_WORDS = 3
2121BLOCK_INDEX_ROW_WORDS = 2
You can’t perform that action at this time.
0 commit comments