Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed May 16, 2022
2 parents 12cf59f + 2442770 commit 34ed289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion carculator_truck/inventory.py
Original file line number Diff line number Diff line change
Expand Up @@ -1573,7 +1573,7 @@ def get_B_matrix(self):
)
)

new_B[0: np.shape(initial_B)[0], 0: np.shape(initial_B)[1]] = initial_B
new_B[0 : np.shape(initial_B)[0], 0 : np.shape(initial_B)[1]] = initial_B

B[f] = new_B

Expand Down

0 comments on commit 34ed289

Please sign in to comment.