-
Notifications
You must be signed in to change notification settings - Fork 59
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
WIP: adding task input info #556
Conversation
for more information, see https://pre-commit.ci
Codecov ReportBase: 77.06% // Head: 77.13% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #556 +/- ##
==========================================
+ Coverage 77.06% 77.13% +0.07%
==========================================
Files 20 20
Lines 4316 4330 +14
Branches 1212 1217 +5
==========================================
+ Hits 3326 3340 +14
Misses 802 802
Partials 188 188
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
You have a git conflict that you haven't resolved, you either have to keep l. 55-56 or 59. |
This branch still have unresolved message from git conflict that I mentioned in my comments a month ago. It is important to fix it. There is no way that test can pass before fixing it some resources: https://www.atlassian.com/git/tutorials/using-branches/merge-conflicts |
@rcali21 - most of the tests are now passing after our yesterday changes. Please check the the report from windows - I've suggested removing one import that you're not using and leads to the error. the pre-commit test should be fixed if you properly set your python environment and install and run |
Hi @rcali21 - were you able to fix the environment and the tests? |
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
@rcali21 - we fixed the code last week and removed all the git additions due to conflicts, but I can see them again, you committed some yesterday (commit b25a84f). They have to be removed again. I'm really not sure why this code is here again here and why you had a new conflict, I thought that you will just work on this specific branch. Did you try to merge anything? Did you work on a different computer? |
Hi @djarecka, Sorry about this, I tried to resolve the env issues I was having and this is not what I intended to commit. On my end, I have the fixes implemented and the test case is fixed as well. Everything was tested prior to committing and passed. I'm going to try to figure out what the issue is with my branch + env today and get back to you. Ryan |
for more information, see https://pre-commit.ci
@djarecka This looks to be sorted now, correct? |
yes, this looks much better, all pytest test are passing now, but please check the pre-commit report - there is one line that is too long: https://results.pre-commit.ci/run/github/152126811/1662310974.aPQj1izcSX-yLFZRsy_MBQ |
Resolved by deleting verbose comment. |
I left a couple of comments, once this is fixed we can merge it and start adding input, output or agent in new PR |
great, thank you! I will merge this PRs! other fields can be added in a separate PR. Please be sure that you fetch/pull changes from the master branch and start new changes in a new branch! |
please also add your name to the zenodo file: https://github.com/nipype/pydra/blob/master/.zenodo.json (you can open a small PR with it) |
Working on adding task info for executables to be printed in the audit module. This includes software tool description and uuid for sys user.