Skip to content

Commit

Permalink
Merge pull request #135 from SpiNNakerManchester/filename-spelling-fixes
Browse files Browse the repository at this point in the history
rubbered
  • Loading branch information
alan-stokes committed May 21, 2018
2 parents 45f0ab9 + b4e7d9c commit 70427bd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions unittests/utilities_tests/test_random_ranged.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from pyNN.random import RandomDistribution
from spynnaker.pyNN.utilities.ranged.spynakker_ranged_dict import \
SpynakkerRangeDictionary
from spynnaker.pyNN.utilities.ranged import SpynnakerRangeDictionary
import spynnaker8 as p
from p8_integration_tests.base_test_case import BaseTestCase

Expand All @@ -10,7 +9,7 @@ class TestRanged(BaseTestCase):
def test_uniform(self):
# Need to do setup to get a pynn version
p.setup(10)
rd = SpynakkerRangeDictionary(10)
rd = SpynnakerRangeDictionary(10)
rd["a"] = RandomDistribution("uniform", parameters_pos=[-65.0, -55.0])
ranges = rd["a"].get_ranges()
assert 10 == len(ranges)

0 comments on commit 70427bd

Please sign in to comment.