Skip to content
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

Solve reading problem: When separating txt file in header an channels, put number of samples in the header instead of the channel_list #147

Merged
merged 2 commits into from
Feb 19, 2020

Conversation

vinferrer
Copy link
Collaborator

@vinferrer vinferrer commented Feb 19, 2020

Closes # Sampling number was being saved in channel_list, now it is saved in the header

Proposed Changes

  • Now the sampling number is in the header not in the channel_list

@vinferrer vinferrer added the Bug Something isn't working label Feb 19, 2020
@vinferrer vinferrer requested a review from smoia February 19, 2020 10:44
@vinferrer vinferrer self-assigned this Feb 19, 2020
@vinferrer
Copy link
Collaborator Author

Very tiny change, once the test pass this is ready for review @smoia

@codecov
Copy link

codecov bot commented Feb 19, 2020

Codecov Report

Merging #147 into master will increase coverage by 0.12%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #147      +/-   ##
==========================================
+ Coverage   65.91%   66.04%   +0.12%     
==========================================
  Files           7        7              
  Lines         531      533       +2     
==========================================
+ Hits          350      352       +2     
  Misses        181      181              

@smoia smoia merged commit 7f7fdbf into physiopy:master Feb 19, 2020
@smoia smoia added BugFIX This PR generally closes a `Bug` issue, and increments the patch version (0.0.+1) and removed Bug Something isn't working labels Feb 19, 2020
@vinferrer vinferrer deleted the acq_problem branch February 20, 2020 08:31
@smoia smoia mentioned this pull request Mar 27, 2020
2 tasks
@vinferrer vinferrer changed the title put number of samples in the header instead of the channel_list Put number of samples in the header instead of the channel_list Mar 31, 2020
@vinferrer vinferrer changed the title Put number of samples in the header instead of the channel_list Solve reading problem: When separating txt file in header an channels, put number of samples in the header instead of the channel_list Mar 31, 2020
@smoia smoia added the released This issue/pull request has been released. label Oct 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BugFIX This PR generally closes a `Bug` issue, and increments the patch version (0.0.+1) released This issue/pull request has been released.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants