Radomir Stevanovic

Results 125 comments of Radomir Stevanovic

This is in spirit of dwave-hybrid's runnables' behavior where `.run()` params override params set during block construction, but are overridden themselves with input state values.

Thank you for bringing this to our attention, @NeolithEra. Due to existing dependency on numpy (both in Python and C/Cython code), I'm hesitant to remove the upper bound (ad 1),...

Check [here](https://github.com/dwavesystems/dwave-neal/commit/838f096d3a601c66f1e7c0d282145bf9512fcc2f) and [there](https://github.com/dwavesystems/dwave-hybrid/commit/6ad26ea0d1edeff1d36ed6cd432955dcb36a4f5f).

Or switch to CircleCI. :smile:

Fixed with #99 (drop appveyor) and #103 (drop py36).

No objections to the feature request, just a minor comment: `eq` operator is implied, so the filters can be simplified to `topology__type="..."`. If you aimed for explicit, ignore my comment.

@arcondello, I like option (3). Seems simplest (with parameterized) / no new tests needed, covers everything, and can be easily removed when we kill the old ns.

Also, we have quite a few tests, test files, and import statements like ``` from dwave_networkx.algorithms.canonicalization import rooted_tile ``` not just a simple `import dwave.plugins.networkx as dnx`. And given python's...