Skip to content

Commit 9748000

Browse files
committed
push np seed
1 parent 7dbaccd commit 9748000

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/components/synapses/hebbian/test_REINFORCESynapse.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
def test_REINFORCESynapse1():
1717
name = "reinforce_ctx"
1818
## create seeding keys
19+
np.random.seed(42)
1920
dkey = random.PRNGKey(1234)
2021
dkey, *subkeys = random.split(dkey, 6)
2122
dt = 1. # ms

0 commit comments

Comments
 (0)