-
Notifications
You must be signed in to change notification settings - Fork 140
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
[ENH] MNEScan FTBuffer plugin - Channel names compatibility #840
base: main
Are you sure you want to change the base?
Conversation
Ready for review. 😟 |
Codecov Report
@@ Coverage Diff @@
## main #840 +/- ##
==========================================
- Coverage 21.80% 21.78% -0.03%
==========================================
Files 451 451
Lines 39087 39077 -10
==========================================
- Hits 8522 8512 -10
Misses 30565 30565
|
c26e7bf
to
d205647
Compare
I'm not sure what happened but there are a bunch of old commits added again in this pr |
bb739d0
to
aba68a9
Compare
Should be fixed now. |
@LorenzE @gabrielbmotta Please review this when you can. |
data.info.meas_date[1] = 0; | ||
} | ||
|
||
if ( data.info.sfreq <= 0 ) |
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.
as long as we have not set on a specific formatting rule, I would propose follow the old style aka no spaces before and after (
as well as )
// fiff_int_t machid[2]; /**< Unique machine ID. */ | ||
// fiffTimeRec time; /**< Time of the ID creation. */ | ||
//} fiffIdRec,*fiffId; /**< This is the file identifier. */ | ||
//typedef fiffIdRec fiff_id_t; |
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 always found having these MNE C structs very useful from time to time. Any reason why you want to delete them?
No description provided.