dwavesystems / dwavesystems/dimod
Add ability to create many small BQMs for testing
Open
enhancement
- Dominant language
- Python
- Stars
- 143
- Forks
- 91
- Avg merge
- 1h 24m
- Merged PRs (30d)
- 3
Description
Building on https://github.com/dwavesystems/dimod/pull/627, it would be nice to have the ability to just get the relevant BQMs. Something like
```
for bqm in iter_test_bqm():
pass
```
in the case that custom tests are desired.
Contributor guide
Assessment
This issue has not been assessed yet.