Skip to content

Commit

Permalink
FIX: Correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
QBatista committed Sep 30, 2017
1 parent 5d8a433 commit 23044a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quantecon/tests/test_quad.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,8 @@ class TestQnwequiR(unittest.TestCase):

@classmethod
def setUpClass(cls):
cls.x_equiR_1, cls.w_equiR_1 = qnwequi(n, a, b, "R", 41)
temp, cls.w_equiR_3 = qnwequi(n_3, a_3, b_3, "R", 42)
cls.x_equiR_1, cls.w_equiR_1 = qnwequi(n, a, b, "R", random_state=41)
temp, cls.w_equiR_3 = qnwequi(n_3, a_3, b_3, "R", random_state=42)

# NOTE: I need to do a little magic here. MATLAB and numpy
# are generating the same random numbers, but MATLAB is
Expand Down

0 comments on commit 23044a4

Please sign in to comment.