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

Add detector for if timestamps are set #216

Merged
merged 3 commits into from
Nov 1, 2022

Conversation

CodyCBakerPhD
Copy link
Member

Needed for fixing the new issue on catalystneuro/neuroconv#159

Follows API pattern established by SpikeInterface: https://github.com/SpikeInterface/spikeinterface/blob/master/spikeinterface/core/baserecording.py#L171-L178

Also added a new portion to the testing suite for base classes, which could be filled out more in the future

@CodyCBakerPhD CodyCBakerPhD added the enhancement New feature or request label Oct 27, 2022
@CodyCBakerPhD CodyCBakerPhD self-assigned this Oct 27, 2022
CHANGELOG.md Outdated Show resolved Hide resolved
Co-authored-by: Szonja Weigl <weigl.anna.szonja@hallgato.ppke.hu>
@codecov
Copy link

codecov bot commented Nov 1, 2022

Codecov Report

Merging #216 (9c39ce3) into master (f30f061) will increase coverage by 0.04%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #216      +/-   ##
==========================================
+ Coverage   73.23%   73.28%   +0.04%     
==========================================
  Files          33       33              
  Lines        2298     2302       +4     
==========================================
+ Hits         1683     1687       +4     
  Misses        615      615              
Flag Coverage Δ
unittests 73.28% <100.00%> (+0.04%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/roiextractors/imagingextractor.py 78.12% <100.00%> (+0.46%) ⬆️
src/roiextractors/segmentationextractor.py 91.39% <100.00%> (+0.11%) ⬆️

Copy link
Contributor

@weiglszonja weiglszonja left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, thanks for working on this! 👍

@CodyCBakerPhD CodyCBakerPhD merged commit 0d421e6 into master Nov 1, 2022
@CodyCBakerPhD CodyCBakerPhD deleted the add_time_vector_detector branch November 1, 2022 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants