-
Notifications
You must be signed in to change notification settings - Fork 45
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
Create bids_ignore directory and redirect channels plot, trigger plot, logger output and subject log file to this directory #245
Conversation
Codecov Report
@@ Coverage Diff @@
## master #245 +/- ##
==========================================
- Coverage 93.56% 93.55% -0.01%
==========================================
Files 8 8
Lines 730 729 -1
==========================================
- Hits 683 682 -1
Misses 47 47
|
Eneko and I were thinking that we should always direct the channels plot, trigger plot, logger output and subject log file. Therefore I am gonna eliminate user output options for channels and trigger plot. Any concerns? @smoia |
By "direct" you mean "create"? The only concern is that if you keep your settings constant throughout your acquisition, you don't need to know which channel is which for every file, just one. The channel plot that we output is not for quality check: in longer runs (like multi-scans) we should only have the first N minutes (don't remember how many). So the channel plot may be redundant, but if it's lightweight it's fine. |
@vinferrer please make it ready for review if it actually is ready for review 😄 |
i was wating for travis |
There seems to be a problem in the azure test: |
I think @tsalo mentioned the Azure issue yesterday. Let me see if I have the same issue with my PR and I'll get back to you. |
@vinferrer why don't you make an empty commit to run the tests again? It's very weird that your test ran for less than 1 second in Azure. It's running on #244 and the error @tsalo mentioned was CodeCov related I think. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm happy with the PR. I just don't know if the name of the folder is the right one... Hoping we can have a short discussion to decide what's the best name for it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! A couple of changes more and it's good to be merged!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor comments
@vinferrer I just solved a conflict - pull from your remote before starting again! |
Okay I Think this is good to go |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks @vinferrer !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGMT!!!
Proposed Changes