Skip to content

Commit

Permalink
Fix code style issues with Black
Browse files Browse the repository at this point in the history
  • Loading branch information
lint-action authored and Gui-FernandesBR committed Jun 25, 2024
1 parent e1151b7 commit 8bbb7c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rocketpy/sensitivity/sensivity_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@ def set_target_variables_nominal(
target variables passed at initialization."
)
for i, target_variable in enumerate(self.target_variables_names):
self.target_variables_info[target_variable][
"nominal_value"
] = target_variables_nominal_value[i]
self.target_variables_info[target_variable]["nominal_value"] = (

Check warning on line 148 in rocketpy/sensitivity/sensivity_model.py

View check run for this annotation

Codecov / codecov/patch

rocketpy/sensitivity/sensivity_model.py#L147-L148

Added lines #L147 - L148 were not covered by tests
target_variables_nominal_value[i]
)

self._nominal_target_passed = True

Check warning on line 152 in rocketpy/sensitivity/sensivity_model.py

View check run for this annotation

Codecov / codecov/patch

rocketpy/sensitivity/sensivity_model.py#L152

Added line #L152 was not covered by tests

Expand Down

0 comments on commit 8bbb7c4

Please sign in to comment.