Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
shenyangHuang committed Apr 15, 2024
1 parent 988b086 commit 72b932f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tgx/utils/graph_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,6 @@ def discretize_edges(edgelist: dict,
if (store_unix):
#! should use bin_ts here
unix_ts = start_time + bin_ts * interval_size
print (ts)
print (bin_ts)
print (start_time)
print (unix_ts)

# unix_ts = start_time + int(ts // interval_size) * interval_size #round to the nearest start time
unix_ts = int(unix_ts)
Expand Down

0 comments on commit 72b932f

Please sign in to comment.