Open rugantio opened 3 years ago
Hi, I'm able to recreate what may be a similar issue by setting max_time
to 7 or larger in demo.py with all other settings the same. For me, this produces an ImpossibleBQM
exception. I suspect it is related to setting the max time to a value that is larger than the worst case scenario, which for demo.py is 6. See the notes about max_time in the README file. You might try using a value of None
for max_time, which defaults to the worst case. However, I have noticed that this can also lead to the exception identified in Issue #9.
Hello, While trying this code, I noticed that the method to construct the bqm,
get_jss_bqm
, breaks when max_time is increased. I set up a minimal experiment:all ops of take time 1 to complete this was solved easily when max_time <= 8 but, as soon as max_time == 9, this is the error that I obtain:
AttributeError: 'NoneType' object has no attribute 'classical_gap'