You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some github repos that do have test files but not inside test folder (no test folder in the repository)(ie. https://github.com/ml4bio/USPNet) . In the case, fixml throws following error message:
IndexError: list index out of range
I suggest to add a test in fixml to handle this issue by:
Giving a more intuitive and informative error message when there is not test file to evaluate.
Changing the algorithm of fixml to search for test files (with "test" in the file name) instead of searching for files inside of test folder.
The text was updated successfully, but these errors were encountered:
There are some github repos that do have test files but not inside test folder (no test folder in the repository)(ie. https://github.com/ml4bio/USPNet) . In the case, fixml throws following error message:
IndexError: list index out of range
I suggest to add a test in fixml to handle this issue by:
The text was updated successfully, but these errors were encountered: