SU-ECE-17-7 / hotspotter

Apache License 2.0
0 stars 1 forks source link

query result is a string #21

Closed AudreyBeard closed 7 years ago

AudreyBeard commented 7 years ago

Issue

results = results.cx2_score throws an error, since results is a string (expecting a QueryResults object)

To Reproduce

  1. In hotspotter/HotSpotterAPI.py: set AC_STOP_CRIT = .9
  2. Run HS
  3. Autochip
  4. Autoquery
AudreyBeard commented 7 years ago

Fixed with some if/else logic.