From 05b3c9092fc12cccfed1b0a1b3fb1708cb4055ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quentin=20Gallou=C3=A9dec?= <45557362+qgallouedec@users.noreply.github.com> Date: Tue, 29 Nov 2022 13:22:21 +0100 Subject: [PATCH] Rm undesired line from last commit --- tests/test_distributions.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/test_distributions.py b/tests/test_distributions.py index 9c26fef..66485a4 100644 --- a/tests/test_distributions.py +++ b/tests/test_distributions.py @@ -229,6 +229,3 @@ def test_kl_divergence(dist_type): ) assert th.allclose(full_kl_div, ad_hoc_kl) -test_kl_divergence(StateDependentNoiseDistribution(N_ACTIONS).proba_distribution( - th.rand(N_ACTIONS), th.rand([N_ACTIONS, N_ACTIONS]), th.rand([N_ACTIONS, N_ACTIONS]) - )) \ No newline at end of file