mirror of
https://github.com/boostorg/histogram.git
synced 2026-01-30 20:02:13 +00:00
make integer type variable, use enum for uoflow option instead of bool for clarity
This commit is contained in:
@@ -200,7 +200,7 @@ python::object histogram_init(python::tuple args, python::dict kwargs) {
|
||||
axes.push_back(ev());
|
||||
continue;
|
||||
}
|
||||
python::extract<axis::integer> ei(pa);
|
||||
python::extract<axis::integer<>> ei(pa);
|
||||
if (ei.check()) {
|
||||
axes.push_back(ei());
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user