Skip to content

Commit

Permalink
Remove force to show failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew Hubley committed Jul 12, 2024
1 parent 6bf6a68 commit 6765f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/xtensor/xstrided_view.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,7 @@ namespace xt
xclosure_t<E>,
unsigned_shape_type,
computed_layout,
detail::flat_adaptor_getter<xclosure_t<E>, L, true>>;
detail::flat_adaptor_getter<xclosure_t<E>, L, false>>;
return view_type(
std::forward<E>(e),
xtl::forward_sequence<unsigned_shape_type, S>(shape),
Expand Down

0 comments on commit 6765f46

Please sign in to comment.