Skip to content

Commit

Permalink
TEST: Update tests for changes in arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
QBatista committed Mar 7, 2018
1 parent 45af3a5 commit f543a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantecon/tests/test_discrete_rv.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def test_draw_with_seed(self):
x = np.array([0.03326189, 0.60713005, 0.84514831, 0.28493183,
0.12393182, 0.35308009, 0.70371579, 0.81728178,
0.21294538, 0.05358209])
draws = DiscreteRV(x).draw(k=10, random_state=5)
draws = DiscreteRV(x).draw(k=10, seed=5)

expected_output = np.array([1, 2, 1, 2, 1, 1, 2, 1, 1, 1])

Expand Down

0 comments on commit f543a9e

Please sign in to comment.