ARES icon indicating copy to clipboard operation
ARES copied to clipboard

Crash after the error "type numpy.ndarray doesn't define __round__ method"

Open limerick1718 opened this issue 2 years ago • 0 comments

Hi, I use the default settings to test the APK org.woheller69.spritpreise_18.apk.zip

The script I used is:

python3 parallel_exec.py --list_device AVDName --appium_ports APPIUMNAME --android_ports ANDROIDPORT --path APPDIR --timer 70 --platform_version 8.1 --algo SAC --timesteps 5000 --trials_per_app 3

The test performs well at the beginning. However, the test speed rush up and suddenly output the error

type numpy.ndarray doesn't define __round__ method
OK: killing emulator, bye bye

Then the emulator restarts again.

Would you please kindly check what's wrong with it?

Thank you very much!

limerick1718 avatar Nov 29 '22 17:11 limerick1718