Skip to content

Commit

Permalink
Update path_changed.py
Browse files Browse the repository at this point in the history
  • Loading branch information
petya-vasileva authored Oct 7, 2024
1 parent b5a3202 commit f4fa22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/path_changed.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ def pairDetails(pair, alarm, chdf, baseline, altpaths, hopPositions):
html.Div(children=[
dbc.Row([
dbc.Col([
dbc.Badge(f"Taken in {str(round(hash_freq*100,2))}% of time", text_color="dark", color="rgb(255, 255, 255)", className="w-100")
dbc.Badge(f"Taken in {str(round(hash_freq*100,3))}% of time", text_color="dark", color="rgb(255, 255, 255)", className="w-100")
]),
dbc.Col([
dbc.Badge(f"Always reaches destination: {['YES' if path_always_reaches_dest else 'NO'][0]}", text_color="dark", color="rgb(255, 255, 255))", className="w-100")
Expand Down

0 comments on commit f4fa22c

Please sign in to comment.