Skip to content

Commit 4dd296f

Browse files
authored
Merge branch 'main' into NRSE-local-current-sensor
2 parents 4eb6615 + a0f5b39 commit 4dd296f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-test-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
xcode-version: latest-stable
210210

211211
- name: Build wheels
212-
uses: pypa/[email protected].0
212+
uses: pypa/[email protected].1
213213
# GitHub Actions specific build parameters
214214
env:
215215
# pass GitHub runner info into Linux container

power_grid_model_c/power_grid_model/include/power_grid_model/main_core/input.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ inline void add_component(MainModelState<ComponentContainer>& state, ForwardIter
121121
case branch3_2:
122122
return get_component<Branch3>(state, measured_object).node(side_2);
123123
case branch3_3:
124-
return get_component<Branch3>(state, measured_object).node(side_2);
124+
return get_component<Branch3>(state, measured_object).node(side_3);
125125
default:
126126
throw MissingCaseForEnumError{std::format("{} item retrieval", GenericCurrentSensor::name),
127127
measured_terminal_type};

0 commit comments

Comments
 (0)