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

Split large rec files between multiple SpikegadgetsRawIO iterators #50

Merged
merged 18 commits into from
Nov 1, 2023

Use int 16 conversion variable

d859f90
Select commit
Loading
Failed to load commit list.
Merged

Split large rec files between multiple SpikegadgetsRawIO iterators #50

Use int 16 conversion variable
d859f90
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Nov 1, 2023 in 1s

23.07% of diff hit (target 94.39%)

View this Pull Request on Codecov

23.07% of diff hit (target 94.39%)

Annotations

Check warning on line 101 in src/spikegadgets_to_nwb/convert_ephys.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/spikegadgets_to_nwb/convert_ephys.py#L96-L101

Added lines #L96 - L101 were not covered by tests

Check warning on line 111 in src/spikegadgets_to_nwb/convert_ephys.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/spikegadgets_to_nwb/convert_ephys.py#L109-L111

Added lines #L109 - L111 were not covered by tests

Check warning on line 122 in src/spikegadgets_to_nwb/convert_ephys.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/spikegadgets_to_nwb/convert_ephys.py#L120-L122

Added lines #L120 - L122 were not covered by tests

Check warning on line 576 in src/spikegadgets_to_nwb/spike_gadgets_raw_io.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/spikegadgets_to_nwb/spike_gadgets_raw_io.py#L575-L576

Added lines #L575 - L576 were not covered by tests

Check warning on line 578 in src/spikegadgets_to_nwb/spike_gadgets_raw_io.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/spikegadgets_to_nwb/spike_gadgets_raw_io.py#L578

Added line #L578 was not covered by tests

Check warning on line 582 in src/spikegadgets_to_nwb/spike_gadgets_raw_io.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/spikegadgets_to_nwb/spike_gadgets_raw_io.py#L580-L582

Added lines #L580 - L582 were not covered by tests

Check warning on line 587 in src/spikegadgets_to_nwb/spike_gadgets_raw_io.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/spikegadgets_to_nwb/spike_gadgets_raw_io.py#L584-L587

Added lines #L584 - L587 were not covered by tests

Check warning on line 591 in src/spikegadgets_to_nwb/spike_gadgets_raw_io.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/spikegadgets_to_nwb/spike_gadgets_raw_io.py#L590-L591

Added lines #L590 - L591 were not covered by tests

Check warning on line 599 in src/spikegadgets_to_nwb/spike_gadgets_raw_io.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/spikegadgets_to_nwb/spike_gadgets_raw_io.py#L596-L599

Added lines #L596 - L599 were not covered by tests

Check warning on line 604 in src/spikegadgets_to_nwb/spike_gadgets_raw_io.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/spikegadgets_to_nwb/spike_gadgets_raw_io.py#L602-L604

Added lines #L602 - L604 were not covered by tests

Check warning on line 607 in src/spikegadgets_to_nwb/spike_gadgets_raw_io.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/spikegadgets_to_nwb/spike_gadgets_raw_io.py#L607

Added line #L607 was not covered by tests

Check warning on line 611 in src/spikegadgets_to_nwb/spike_gadgets_raw_io.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/spikegadgets_to_nwb/spike_gadgets_raw_io.py#L611

Added line #L611 was not covered by tests

Check warning on line 615 in src/spikegadgets_to_nwb/spike_gadgets_raw_io.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/spikegadgets_to_nwb/spike_gadgets_raw_io.py#L615

Added line #L615 was not covered by tests

Check warning on line 621 in src/spikegadgets_to_nwb/spike_gadgets_raw_io.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/spikegadgets_to_nwb/spike_gadgets_raw_io.py#L621

Added line #L621 was not covered by tests

Check warning on line 625 in src/spikegadgets_to_nwb/spike_gadgets_raw_io.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/spikegadgets_to_nwb/spike_gadgets_raw_io.py#L624-L625

Added lines #L624 - L625 were not covered by tests

Check warning on line 628 in src/spikegadgets_to_nwb/spike_gadgets_raw_io.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/spikegadgets_to_nwb/spike_gadgets_raw_io.py#L628

Added line #L628 was not covered by tests

Check warning on line 839 in src/spikegadgets_to_nwb/spike_gadgets_raw_io.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/spikegadgets_to_nwb/spike_gadgets_raw_io.py#L836-L839

Added lines #L836 - L839 were not covered by tests

Check warning on line 843 in src/spikegadgets_to_nwb/spike_gadgets_raw_io.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/spikegadgets_to_nwb/spike_gadgets_raw_io.py#L842-L843

Added lines #L842 - L843 were not covered by tests

Check warning on line 859 in src/spikegadgets_to_nwb/spike_gadgets_raw_io.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/spikegadgets_to_nwb/spike_gadgets_raw_io.py#L846-L859

Added lines #L846 - L859 were not covered by tests

Check warning on line 868 in src/spikegadgets_to_nwb/spike_gadgets_raw_io.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/spikegadgets_to_nwb/spike_gadgets_raw_io.py#L862-L868

Added lines #L862 - L868 were not covered by tests

Check warning on line 871 in src/spikegadgets_to_nwb/spike_gadgets_raw_io.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/spikegadgets_to_nwb/spike_gadgets_raw_io.py#L870-L871

Added lines #L870 - L871 were not covered by tests

Check warning on line 880 in src/spikegadgets_to_nwb/spike_gadgets_raw_io.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/spikegadgets_to_nwb/spike_gadgets_raw_io.py#L875-L880

Added lines #L875 - L880 were not covered by tests

Check warning on line 889 in src/spikegadgets_to_nwb/spike_gadgets_raw_io.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/spikegadgets_to_nwb/spike_gadgets_raw_io.py#L888-L889

Added lines #L888 - L889 were not covered by tests

Check warning on line 891 in src/spikegadgets_to_nwb/spike_gadgets_raw_io.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/spikegadgets_to_nwb/spike_gadgets_raw_io.py#L891

Added line #L891 was not covered by tests

Check warning on line 895 in src/spikegadgets_to_nwb/spike_gadgets_raw_io.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/spikegadgets_to_nwb/spike_gadgets_raw_io.py#L893-L895

Added lines #L893 - L895 were not covered by tests