Closed nshah9856 closed 5 years ago
Idk what happened there, but it showed "no changes" to me, and it does not pop up when I do 'git diff' either.
Hmm. Odd. OK. -- Wayne Hayes, Ph.D. Associate Professor of Computer Science, University of California, Irvine Director, UCI-SDSU Joint Ph.D. Program in Computational Science (UCI side) The evidence is now incontrovertible that Russia interfered with the 2016 US Presidential election by manipulating public opinion with disinformation via thousands of fake social media accounts. Why? Follow the money: Trump has been laundering it for Russian billionaires, including Putin, for 20 years. Details and fact checking at https://secure.avaaz.org/campaign/en/shocking_truth_about_trump/?bebhylb https://secure.avaaz.org/campaign/en/shocking_truth_about_trump/?bebhylb. The opinions expressed in this email by Professor Hayes are his and his alone, and are not meant to represent those of the University of California.
On Sat, Mar 16, 2019 at 12:30 PM Nisarg Shah notifications@github.com wrote:
[image: image] https://user-images.githubusercontent.com/22925834/54480560-1bbe8900-47e7-11e9-9096-5b128cf5957f.png Idk what happened there, but it showed "no changes" to me, and it does not pop up when I do 'git diff' either.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/waynebhayes/SANA/pull/70#issuecomment-473577451, or mute the thread https://github.com/notifications/unsubscribe-auth/ATUkjC83BAyhHQgwYwRfI5-vGKH77XJfks5vXUY2gaJpZM4b3oUW .
SANA was going on an infinite loop because it was trying to find a perfect alignment on an already complete graph. This fix, throws a fatal error on occasions such as when one or more graphs are complete on input AND if the edges are not weighted AND if it does not need edges (so its relying on just the nodes).