Skip to content

Commit

Permalink
Remove pdb statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaraBuettner committed Oct 18, 2023
1 parent 5f9bf72 commit 48704b1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions etrago/cluster/disaggregation.py
Original file line number Diff line number Diff line change
Expand Up @@ -760,10 +760,7 @@ def solve_partial_network(
)
delta = abs((new_columns.sum(axis=1) - clt).sum())
epsilon = 1e-5
if delta > epsilon:
import pdb

pdb.set_trace()
assert delta < epsilon, (
"Sum of disaggregated time series does not match"
f" aggregated timeseries: {delta=} > {epsilon=}."
Expand Down

0 comments on commit 48704b1

Please sign in to comment.