Skip to content

Commit

Permalink
Flake8 fix #2
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryOfCarim committed Nov 15, 2024
1 parent c239050 commit 9ef6461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion albam/engines/mtfw/mesh.py
Original file line number Diff line number Diff line change
Expand Up @@ -1133,7 +1133,7 @@ def _check_weights(weights, max_weights):
# print("half float is {}".format(abs(excess)//0.000001))
# print("wt6 is {}".format(_weights[5]))
if _weights[i + 2] > abs(excess):
_weights[i + 2] = _weights[i+2] + excess
_weights[i + 2] = _weights[i + 2] + excess
return _weights


Expand Down

0 comments on commit 9ef6461

Please sign in to comment.