Skip to content

Commit

Permalink
suggested detail
Browse files Browse the repository at this point in the history
  • Loading branch information
fchapoton committed Sep 4, 2024
1 parent 9d44764 commit 5d05987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/rings/semirings/tropical_polynomial.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ def piecewise_function(self):
if len(data) == 1:
gradient = list(data)[0]
intercept = data[gradient].lift()
f = intercept + gradient * x
f = intercept + gradient*x
return f

unique_root = sorted(set(self.roots()))
Expand Down

0 comments on commit 5d05987

Please sign in to comment.