From b66c1bdfe09c22f811cf3226b2ce75eb4aa3d3c7 Mon Sep 17 00:00:00 2001 From: Honza Date: Thu, 6 Jan 2022 06:42:26 +0100 Subject: [PATCH] Import fix --- tests/test_all.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/test_all.py b/tests/test_all.py index ee2b514..0b7d430 100644 --- a/tests/test_all.py +++ b/tests/test_all.py @@ -28,6 +28,14 @@ from ariths_gen.multi_bit_circuits.multipliers import ( SignedWallaceMultiplier, ) + +from ariths_gen.multi_bit_circuits.approximate_multipliers import ( + UnsignedTruncatedMultiplier, + SignedTruncatedMultiplier, + UnsignedBrokenArrayMultiplier, + SignedBrokenArrayMultiplier +) + import numpy as np