Skip to content

Commit

Permalink
[DLMED] fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Nic Ma <nma@nvidia.com>
  • Loading branch information
Nic-Ma committed Feb 4, 2021
1 parent d418a21 commit 3c0a297
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_rand_lambdad.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class RandTest(Randomizable):
def randomize(self, data=None):
self.set_random_state(seed=134)
self._a = self.R.random()
self.set_random_state(seed=None)

def __call__(self, data):
self.randomize()
Expand Down

0 comments on commit 3c0a297

Please sign in to comment.