You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I was wondering if you could provide some help.
When running the script $ python2.7 tester.py -a --povs -o out.xlsx every test fails, and I get the following messages whilst running WARNING: there was an error running a test across all challenges. I'm not sure how to actually evaluate if the PoVs are functioning, any help would be appreciated.
Thanks a lot!
The text was updated successfully, but these errors were encountered:
This message might be very late, but still.
I solved this issue by checking the error log. In order to activate it write print err in line 176 in tester.py. After that check what kind of error you have. In my case I had ImportError: No module named apt. I searched for that module, and didn't find it. As a quick fix I just commented lines 311-330 in cb-test.py.
Hello, I was wondering if you could provide some help.
When running the script
$ python2.7 tester.py -a --povs -o out.xlsx
every test fails, and I get the following messages whilst runningWARNING: there was an error running a test
across all challenges. I'm not sure how to actually evaluate if the PoVs are functioning, any help would be appreciated.Thanks a lot!
The text was updated successfully, but these errors were encountered: