Open Issues Need Help
View All on GitHub Adding Irefcode to xml files about 1 month ago
enhancement good first issue
[BUG] GUI Takes Long Time to Close 2 months ago
bug good first issue Low Priority
[BUG] Error Entering FMC Port Incorrectly 3 months ago
bug good first issue Low Priority
[BUG] PixelAlive text files not uploaded to Panthera 3 months ago
AI Summary: Debug a bug in the Ohio State University's CMS detector testing GUI (OSUGUI). The bug prevents text files containing enabled/disabled column information from being uploaded to Panthera when the module name is entered in lowercase. The task involves reproducing the bug, identifying the source of the case-sensitivity issue within the OSUGUI code, and implementing a fix to ensure consistent uploading regardless of case.
Complexity:
4/5
bug good first issue High Priority
Replace Usage of Exception catching blocks 3 months ago
AI Summary: Improve error handling in the Ohio State University's CMS detector testing GUI by replacing generic `except Exception` blocks with more informative error handling that includes the error type and traceback, providing better debugging capabilities.
Complexity:
3/5
good first issue