mirror of
https://github.com/boostorg/histogram.git
synced 2026-01-29 19:42:12 +00:00
polishing
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
namespace boost {
|
||||
namespace histogram {
|
||||
|
||||
using dynamic_histogram = histogram<true, default_axes, adaptive_storage<>>;
|
||||
using dynamic_histogram = histogram<Dynamic, default_axes, adaptive_storage<>>;
|
||||
|
||||
#ifdef HAVE_NUMPY
|
||||
auto array_cast = [](python::handle<>& h) {
|
||||
|
||||
Reference in New Issue
Block a user