Skip to content

Commit

Permalink
remove duplicated code
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonRubenDrauz committed Dec 17, 2024
1 parent 81cbe7b commit 93a59ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pandapipes/pf/derivative_calculation.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ def calculate_derivatives_hydraulic(net, branch_pit, node_pit, options):


def calculate_derivatives_thermal(net, branch_pit, node_pit, _):
node_pit[:, INFEED] = False
fluid = get_fluid(net)
cp = get_branch_cp(fluid, node_pit, branch_pit)
m_init_i = np.abs(branch_pit[:, MDOTINIT])
Expand Down

0 comments on commit 93a59ba

Please sign in to comment.