Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit 86eb6a1

Browse files
author
Weina Ji
committed
fix python test
1 parent d4fb09e commit 86eb6a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tests/test_config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ def test_basic(self):
547547
self.assertEqual(self.config.input('ex_rel_shotnoise').random_seed, 230522)
548548
self.assertEqual(self.config.input('ex_rel_shotnoise').dt, 0.25)
549549
self.assertEqual(self.config.input('ex_rel_shotnoise').reversal, 0)
550-
self.assertEqual(self.config.input('ex_abs_shotnoise').relative_skew, 0.5)
550+
self.assertEqual(self.config.input('ex_rel_shotnoise').relative_skew, 0.5)
551551

552552
self.assertEqual(self.config.input('ex_replay').input_type.name, 'spikes')
553553
self.assertEqual(self.config.input('ex_replay').module.name, 'synapse_replay')

0 commit comments

Comments
 (0)