-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: update code for type checks #169
Conversation
I'm not really sure about, task_id = logs[0].metadata["remote_task_id"] so ignored it atm, the error it gives is pro_tes/ga4gh/tes/task_runs.py:391: error: Value of type "Metadata" is not indexable [index] which makes sense looking at the class definition of it, maybe I'm missing something 🤷♂️ ! PS: This is solved. |
I guess this is where Will leave this as is, with the |
IMPORTANT: Please create an issue before filing a pull request! Changes need to be discussed before proceeding. Please read the contribution guidelines.
Details
This PR aims to add type-checking, partly addressing #116