ponder-lab / Imperative-DL-Study-Web-App

0 stars 0 forks source link

Spurious categorizations related to bug fixes #70

Closed khatchad closed 3 years ago

khatchad commented 3 years ago

There are some bug fixes that appear as categorizations for that bug fix but have a foreign key of null. An example is:

https://fathomless-inlet-57767.herokuapp.com/ponder/bug_fixes/3/

Here, the first two categorizations are related to bug fix with ID 3 but the last one is NULL.

ID Sha Is func fix Func fix comment Problem category Category comment Problem cause Cause comment Problem symptom Symptom comment Problem fix Fix comment Categorizer Should discuss Bug fix
3 00f703fb6796b52c8f925ff105f058981f91cb02 tcastrovelez BugFix object (3)
12 00f703fb6796b52c8f925ff105f058981f91cb02 Unknown Removes three @tf.functions for debugging purposes but accidently commits the code. See https://github.com/HwanGoh/uq-vae/commit/00f703fb6796b52c8f925ff105f058981f91cb02. This could have performance ramifications. The TF docs consistently say to remove the annotation to run in eager mode for debugging but developers may forgot to add it back! He actually added it back in https://github.com/HwanGoh/uq-vae/commit/e34a89a22287abdd174e2ec576a777dbef801aef. Use of eager mode Lower performance Re-add tf.function decorator. khatchad BugFix object (3)
1064 00f703fb6796b52c8f925ff105f058981f91cb02 tcastrovelez
khatchad commented 3 years ago

The query should be SELECT * FROM categorizations where bug_fix_id = 3