Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sameeravithana committed Jun 25, 2017
1 parent 8b1aa5d commit 8a82437
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bellydynamic-adv/TemporalGraph.py
Expand Up @@ -26,10 +26,9 @@

df = pd.DataFrame(data_matrix, columns=('src', 'dst', 'timestamp'))

##### init node attributes
##### init edge attributes
attribute_type = 1
attribute_name = "timestamp"
# EdgeA.initEdgeAttribute(attribute_type, attribute_name, 0)

NCount = 1
for row in df.itertuples():
Expand Down

0 comments on commit 8a82437

Please sign in to comment.