We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c09db85 commit 53ff84aCopy full SHA for 53ff84a
1 file changed
src/simdec/decomposition.py
@@ -198,7 +198,6 @@ def statistic_(inputs):
198
edges += 1e-10 * np.linspace(0, 1, len(edges))
199
bin_edges.append(edges)
200
201
-
202
res = stats.binned_statistic_dd(
203
inputs, values=output, statistic=statistic_, bins=bin_edges
204
)
0 commit comments