Skip to content

Commit 3c0a297

Browse files
committed
[DLMED] fix typo
Signed-off-by: Nic Ma <[email protected]>
1 parent d418a21 commit 3c0a297

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_rand_lambdad.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ class RandTest(Randomizable):
2727
def randomize(self, data=None):
2828
self.set_random_state(seed=134)
2929
self._a = self.R.random()
30+
self.set_random_state(seed=None)
3031

3132
def __call__(self, data):
3233
self.randomize()

0 commit comments

Comments
 (0)