Skip to content

Commit

Permalink
Black reformating
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Aug 19, 2024
1 parent 0caf2be commit 9885cea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions carculator_truck/inventory.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ def fill_in_A_matrix(self):

# Assembly
self.A[
:,
self.find_input_indices(("assembly operation, for lorry",)),
self.find_input_indices(("Truck, ",)),
:,
self.find_input_indices(("assembly operation, for lorry",)),
self.find_input_indices(("Truck, ",)),
] = (
self.array.sel(parameter="curb mass") * -1
self.array.sel(parameter="curb mass") * -1
)

# Glider/Frame
Expand Down

0 comments on commit 9885cea

Please sign in to comment.