dwavesystems / dwave-samplers

Classical algorithms for solving binary quadratic models
Apache License 2.0
8 stars 12 forks source link

Add typing to samplers #23

Closed JoelPasvolsky closed 2 years ago

JoelPasvolsky commented 2 years ago

Needs a careful review please

arcondello commented 2 years ago

Do you also intend to do the properties/parameters?

JoelPasvolsky commented 2 years ago

Do you also intend to do the properties/parameters?

I think I just need to change to properties: dict = None, right? I'll update them

arcondello commented 2 years ago

I think I just need to change to properties: dict = None, right? I'll update them

Mostly to drop it from the strings. I actually think you can skip the type definition since they are inherited from the ABC.