dlcole3 / DataGraphs.jl

MIT License
0 stars 0 forks source link

Remove unnecessary redefinition of datagraph attributes #23

Open dlcole3 opened 1 year ago

dlcole3 commented 1 year ago

Currently, in all of the functions, I reset the data at the end of the function (e.g., add_node reset dg.nodes). I think this is unncessary and that these are already reset. I should double check this and remove any unnecessary allocations