Skip to content

Commit 48d29f9

Browse files
committed
Fix unit test after rebase
1 parent 41c4012 commit 48d29f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow360/component/results/results_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def _get_lift_drag_direction(params: SimulationParams):
127127

128128

129129
def _get_dynamic_pressure_in_flow360_unit(params: SimulationParams):
130-
# pylint:disable=protected-access
130+
# pylint:disable=protected-access,invalid-name
131131

132132
v_ref = params.reference_velocity
133133

0 commit comments

Comments
 (0)