From 18d0f12dffe086813b266cc0dab47a3d28869323 Mon Sep 17 00:00:00 2001 From: wassname Date: Tue, 28 Apr 2020 08:26:39 +0800 Subject: [PATCH] fix --- test/test_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_utils.py b/test/test_utils.py index 474da97..4ac3aed 100644 --- a/test/test_utils.py +++ b/test/test_utils.py @@ -35,7 +35,7 @@ def test_agg_logs(): def test_round_values(): - r = neural_processes.utils.round_values({'a': 0.00004, {'b': 124455.45, 'c': 1e-4,}, 'l': 500}) + r = neural_processes.utils.round_values({'a': 0.00004, 'd': {'b': 124455.45, 'c': 0.004}, 'l': 500}) def test_hparams_power():