Skip to content

Commit

Permalink
scripts/profile_time.py: revert restriction that sample extractors ca…
Browse files Browse the repository at this point in the history
…n only be static ones
  • Loading branch information
yelhamer committed Oct 4, 2023
1 parent 28a722d commit 8b287c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/profile-time.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit 8b287c1

Please sign in to comment.