Skip to content

Commit 53ff84a

Browse files
authored
#36 fix, attempt 6
1 parent c09db85 commit 53ff84a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/simdec/decomposition.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@ def statistic_(inputs):
198198
edges += 1e-10 * np.linspace(0, 1, len(edges))
199199
bin_edges.append(edges)
200200

201-
202201
res = stats.binned_statistic_dd(
203202
inputs, values=output, statistic=statistic_, bins=bin_edges
204203
)

0 commit comments

Comments
 (0)