Skip to content

Commit

Permalink
remove FROM_NODE as not required
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonRubenDrauz committed Jan 17, 2025
1 parent 044ac59 commit bb093cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pandapipes/component_models/heat_consumer_component.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from pandapipes.component_models import (get_fluid, BranchWZeroLengthComponent, get_component_array,
standard_branch_wo_internals_result_lookup)
from pandapipes.component_models.junction_component import Junction
from pandapipes.idx_branch import (MDOTINIT, QEXT, JAC_DERIV_DP1, JAC_DERIV_DM, FROM_NODE,
from pandapipes.idx_branch import (MDOTINIT, QEXT, JAC_DERIV_DP1, JAC_DERIV_DM,
JAC_DERIV_DP, LOAD_VEC_BRANCHES, TOUTINIT, JAC_DERIV_DT,
JAC_DERIV_DTOUT, LOAD_VEC_BRANCHES_T, FLOW_RETURN_CONNECT)
from pandapipes.idx_node import TINIT
Expand Down

0 comments on commit bb093cd

Please sign in to comment.