nczhang88pan/klotski_driver

I have a problem like this

Opened this issue · 0 comments

hi,I encountered such a problem during the experiment
python3 ./auto_cal.py processing CJPEG: /usr/local/lib/python3.5/dist-packages/numpy/core/fromnumeric.py:3335: RuntimeWarning: Mean of empty slice. out=out, **kwargs) /usr/local/lib/python3.5/dist-packages/numpy/core/_methods.py:161: RuntimeWarning: invalid value encountered in double_scalars ret = ret.dtype.type(ret / rcount) Traceback (most recent call last): File "./auto_cal.py", line 317, in <module> calculate_cjpeg(CJEPG_PATH) File "./auto_cal.py", line 132, in calculate_cjpeg times = numpy.array(org_results[str(itr)]) KeyError: '1'
You say that"Please check the size of each result files in resultDir, if one does not equal to the others, run it again solely by modifing cmd.py scripts",how to modify cmd.py?

Thanks