mirror of
https://github.com/boostorg/histogram.git
synced 2026-01-30 20:02:13 +00:00
make type order more consistent
This commit is contained in:
@@ -245,7 +245,7 @@ struct storage_access {
|
||||
python::list shapes;
|
||||
python::list strides;
|
||||
std::size_t stride = 1;
|
||||
if (b.type_.id_ == -1) {
|
||||
if (b.type_.id_ == 6) {
|
||||
stride *= sizeof(double);
|
||||
d["typestr"] = python::str("|f") + python::str(stride);
|
||||
strides.append(stride);
|
||||
|
||||
Reference in New Issue
Block a user