Skip to content

Commit

Permalink
remove size param from laplace
Browse files Browse the repository at this point in the history
  • Loading branch information
farhanreynaldo committed May 13, 2021
1 parent 4d38bf0 commit 6231293
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pymc3/tests/test_distributions_random.py
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,6 @@ class TestLaplace(BaseTestDistribution):
pymc_dist_params = {"mu": 0.0, "b": 1.0}
expected_rv_op_params = {"mu": 0.0, "b": 1.0}
reference_dist_params = {"loc": 0.0, "scale": 1.0}
size = 15
reference_dist = seeded_scipy_distribution_builder("laplace")
tests_to_run = [
"check_pymc_params_match_rv_op",
Expand Down

0 comments on commit 6231293

Please sign in to comment.