Closed joshuawallace closed 6 years ago
Sorry for the quick succession of edits. To confirm, without the new key checkplotlist is still failing.
Can you email me a few of these checkplot pickles (or point out where they are) so I can take a look?
This was a Python 2 issue I think. Should be fixed in a3967d3bd2f18ad1db362ddafb992fe5affda615
Thanks!
I am trying to generate a checkplotlist but have so far not succeeded. I keep getting the error
I have tried the following calls to checkplotlist:
checkplotlist pkl --search '6045*_*' --sortby 'maxspnr|desc' --outprefix 'checkplot_server_output/' checkplot_pickles_maxspnr/
checkplotlist pkl --search '6045*_*' --sortby 'objectid|desc' --outprefix 'checkplot_server_output/' checkplot_pickles_maxspnr/
checkplotlist pkl --search '6045*_*' --outprefix 'checkplot_server_output/' checkplot_pickles_maxspnr/
All fail with this same error. (A note: 'maxspnr' was a new dictionary key I created for the checkplot dicts for sorting purposes. When I both tried files that did have this new key and didn't have this new key, neither worked.')