From 1e54e17629acb32498e943a057928431f548fb42 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Mon, 18 May 2020 22:10:52 +0200 Subject: [PATCH] [test.test_summary] Fix resunet test --- bob/ip/binseg/test/test_summary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bob/ip/binseg/test/test_summary.py b/bob/ip/binseg/test/test_summary.py index 512bb93f..1afb03bc 100644 --- a/bob/ip/binseg/test/test_summary.py +++ b/bob/ip/binseg/test/test_summary.py @@ -42,7 +42,7 @@ class Tester(unittest.TestCase): self.assertIsInstance(param, int) def test_summary_resunet(self): - model = resunet() + model = resunet50() s, param = summary(model) self.assertIsInstance(s, str) self.assertIsInstance(param, int) -- GitLab