Skip to content

Commit

Permalink
truc
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLapous committed Jan 29, 2025
1 parent 7f485a8 commit e8a2caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multipers/simplex_tree_multi.pyx.tp
Original file line number Diff line number Diff line change
Expand Up @@ -1766,7 +1766,7 @@ def _euler_signed_measure(simplextree, mass_default=None, bool verbose=False):

out = _euler_sm_from_simplextree(simplextree, container_ptr, c_grid_shape, zero_pad, verbose)

pts, weights = np.asarray(out.first, dtype=int).reshape(-1, simplextree.num_parameters), np.asarray(out.second, dtype=int)
pts, weights = np.asarray(out.first, dtype=python_indices_type).reshape(-1, simplextree.num_parameters), np.asarray(out.second, dtype=python_tensor_dtype)
# return pts, weights
sm = (pts,weights)

Expand Down

0 comments on commit e8a2caa

Please sign in to comment.