Skip to content

Commit f223448

Browse files
committed
refactor: Add save functionality to test for training with ridge
1 parent 5eaf49c commit f223448

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/training/test_ESN.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ class TestESN(unittest.TestCase):
3939
def test_train_esn_with_ridge(self):
4040
bm.random.seed()
4141

42+
bp.share.save(fit=True)
43+
4244
num_in = 100
4345
num_out = 30
4446

0 commit comments

Comments
 (0)