Skip to content

Fix initializing 1-D xtensor

Maik Nijhuis requested to merge fix-lbfgs-merge-solutions-test into master

Passing { x } as shape argument for a 1-D xtensor results in an xtensor with a single element instead of x elements.

Merge request reports