From 8b287c1704742241b98e3ec6c79dfc2b9127f340 Mon Sep 17 00:00:00 2001 From: Yacine Elhamer Date: Wed, 4 Oct 2023 10:51:53 +0200 Subject: [PATCH] scripts/profile_time.py: revert restriction that sample extractors can only be static ones --- scripts/profile-time.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/profile-time.py b/scripts/profile-time.py index cd4283f7..db9a99fe 100644 --- a/scripts/profile-time.py +++ b/scripts/profile-time.py @@ -111,7 +111,6 @@ def main(argv=None): args.sample, args.format, args.os, capa.main.BACKEND_VIV, sig_paths, should_save_workspace=False ) - assert isinstance(extractor, StaticFeatureExtractor) with tqdm.tqdm(total=args.number * args.repeat, leave=False) as pbar: def do_iteration():