Skip to content

Commit

Permalink
Update util/tracing/visualization/fedsd_helper.py
Browse files Browse the repository at this point in the history
Co-authored-by: Marten Lohstroh <marten@berkeley.edu>
  • Loading branch information
ChadliaJerad and lhstrh authored Aug 22, 2023
1 parent 2c41570 commit e21f270
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion util/tracing/visualization/fedsd_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ def svg_string_draw_dot_with_time(x, y, time, label) :
str_line = str_line + '\t<text x="'+str(x+5)+'", y="'+str(y+5)+'"> <tspan class="time">'+time+':</tspan> <tspan fill="blue">'+label+'</tspan></text>\n'
return str_line


def svg_string_draw_adv(x, y, label) :
'''
Constructs the svg html string to draw at a dash, meaning that logical time is advancing there.
Expand Down

0 comments on commit e21f270

Please sign in to comment.