osome-iu / hoaxy-backend

Backend component for Hoaxy, a tool to visualize the spread of claims and fact checking
http://hoaxy.iuni.iu.edu/
GNU General Public License v3.0
138 stars 44 forks source link

A bug in network construction #61

Closed yang3kc closed 3 years ago

yang3kc commented 4 years ago

Line https://github.com/IUNetSci/hoaxy-backend/blob/0f1386e787de2f4ed0d12c6e28c5520dd3d1eed9/hoaxy/ir/search.py#L757 tries to extract the in_reply_screen_name field in the tweet object, however, the correct spelling is in_reply_to_screen_name.

A possible consequence of the bug is that the final graph doesn't contain the reply edges.

benabus commented 4 years ago

The function that contains this line should be removed. It is old and used only for testing.

chathuriw commented 3 years ago

Removed the function at https://github.com/IUNetSci/hoaxy-backend/commit/bf70d18cd290f5181703f912535d8cf5c6ef2720