Remove bad assert
This commit is contained in:
parent
fd7789060f
commit
cf6ba50c9e
1 changed files with 0 additions and 1 deletions
|
|
@ -35,7 +35,6 @@ class Status:
|
|||
|
||||
|
||||
def format_4_significant_digits(num: float) -> str:
|
||||
assert num >= 1.0, "Doesn't properly handle numbers below 1"
|
||||
if num < 999:
|
||||
return f"{num:04.3g}"
|
||||
if num < 1000:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue