Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Argparse bug in capture_activations.py #186

Open
lintweaker opened this issue Jul 14, 2024 · 1 comment
Open

Argparse bug in capture_activations.py #186

lintweaker opened this issue Jul 14, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@lintweaker
Copy link

It seems there is a bug in the example 'capture_activations.py' script. There are two

parser=argparse.ArgumentParser()

statements making it only use the arguments from the last statement. This is at least an issue with tested Python3.9.2 on my Pi

@dscripka dscripka added the bug Something isn't working label Aug 25, 2024
@dscripka
Copy link
Owner

You are correct, the arg parsing is broken for that script. Will fix it for the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants