-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Error during run all test #78
Comments
@rajeget The pypi version seems to have a few issues. I would recommend trying to uninstalling and installing from source.
|
Same, not working on 20/22/24.04 LTS Ubuntu for me. I have tried running virtual envs with multiple version of Python. |
@Benjamin-Connelly I think the issue is fixed in the source version. You will run into a similar issue where it'll throw an error because of other types not being iterable. I threw together a fix for it and submited a PR for it. Feel free to check out my fix and modify the code locally: Plensu@113a40d Or you can install directly from my repo by doing the following: |
Describe the bug
Error while executing following
atomic-operator run --techniques=all or atomic-operator run
Error as follows :
However , single test works fine .
atomic-operator run --techniques T1564.001 --input_arguments '{"project-id": "some_value", "another_key": "another value"}'
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: