ssc-oscar / DRE

MIT License
4 stars 10 forks source link

Graph tab can be readded: getNeighborhood is fixed #86

Open audrism opened 2 years ago

sylviesworld commented 2 years ago

getNeighbors is working now, but FastGraph is giving a typeMap[t] is undefined error. I'm not really familiar with how it works, but I can try to figure it out.

audrism commented 2 years ago

If you can create a PR that just re-enables fastgraph, I can look at it myself.

It would be more important to help bootstrap the cs340 team (just sent email) first

sylviesworld commented 2 years ago

Okay. I'm talking with James to try to figure it out, but I will go ahead and re-add.

audrism commented 2 years ago

btw, graph still shows nothing, but no crash

sylviesworld commented 2 years ago

Yes, it is still giving the typeMap[t] is undefined error. I spoke with James about it and he wasn't sure what the problem was. I'll see if I can figure it out