dwavesystems / dwavesystems/dimod
`SampleSet.to_pandas_dataframe` fails for record arrays with fields of more than one dimension
Open
bug
- Dominant language
- Python
- Stars
- 143
- Forks
- 91
- Avg merge
- 1h 24m
- Merged PRs (30d)
- 3
Description
https://github.com/dwavesystems/dimod/pull/963 was an attempt to fix this issue, but that approach fails. More investigation needed.
Failing examples
```
samples = dimod.SampleSet(
np.rec.array([([0.], 1., 1, True, [])],
dtype=[('sample', '
Contributor guide
Assessment
This issue has not been assessed yet.