esi-neuroscience / syncopy

Systems Neuroscience Computing in Python: user-friendly analysis of large-scale electrophysiology data
BSD 3-Clause "New" or "Revised" License
46 stars 14 forks source link

CHG: format code with black and line width 110 chars #558

Closed dfsp-spirit closed 1 year ago

dfsp-spirit commented 1 year ago

Changes Summary

Reviewer Checklist

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 70.32% and project coverage change: -0.24 :warning:

Comparison is base (2a2f48b) 69.23% compared to head (64f06e3) 69.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #558 +/- ## ========================================== - Coverage 69.23% 69.00% -0.24% ========================================== Files 87 87 Lines 10117 10118 +1 Branches 2123 2124 +1 ========================================== - Hits 7005 6982 -23 - Misses 2537 2551 +14 - Partials 575 585 +10 ``` | [Impacted Files](https://app.codecov.io/gh/esi-neuroscience/syncopy/pull/558?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=esi-neuroscience) | Coverage Δ | | |---|---|---| | [syncopy/io/utils.py](https://app.codecov.io/gh/esi-neuroscience/syncopy/pull/558?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=esi-neuroscience#diff-c3luY29weS9pby91dGlscy5weQ==) | `30.32% <0.00%> (ø)` | | | [syncopy/plotting/\_\_init\_\_.py](https://app.codecov.io/gh/esi-neuroscience/syncopy/pull/558?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=esi-neuroscience#diff-c3luY29weS9wbG90dGluZy9fX2luaXRfXy5weQ==) | `100.00% <ø> (ø)` | | | [syncopy/plotting/\_helpers.py](https://app.codecov.io/gh/esi-neuroscience/syncopy/pull/558?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=esi-neuroscience#diff-c3luY29weS9wbG90dGluZy9faGVscGVycy5weQ==) | `26.76% <0.00%> (ø)` | | | [syncopy/shared/queries.py](https://app.codecov.io/gh/esi-neuroscience/syncopy/pull/558?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=esi-neuroscience#diff-c3luY29weS9zaGFyZWQvcXVlcmllcy5weQ==) | `10.34% <0.00%> (ø)` | | | [syncopy/tests/local\_spy.py](https://app.codecov.io/gh/esi-neuroscience/syncopy/pull/558?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=esi-neuroscience#diff-c3luY29weS90ZXN0cy9sb2NhbF9zcHkucHk=) | `0.00% <ø> (ø)` | | | [syncopy/io/mne\_conv.py](https://app.codecov.io/gh/esi-neuroscience/syncopy/pull/558?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=esi-neuroscience#diff-c3luY29weS9pby9tbmVfY29udi5weQ==) | `12.85% <5.88%> (ø)` | | | [syncopy/io/load\_ft.py](https://app.codecov.io/gh/esi-neuroscience/syncopy/pull/558?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=esi-neuroscience#diff-c3luY29weS9pby9sb2FkX2Z0LnB5) | `8.41% <6.25%> (ø)` | | | [syncopy/io/load\_tdt.py](https://app.codecov.io/gh/esi-neuroscience/syncopy/pull/558?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=esi-neuroscience#diff-c3luY29weS9pby9sb2FkX3RkdC5weQ==) | `5.36% <8.33%> (ø)` | | | [syncopy/specest/wavelets/transform.py](https://app.codecov.io/gh/esi-neuroscience/syncopy/pull/558?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=esi-neuroscience#diff-c3luY29weS9zcGVjZXN0L3dhdmVsZXRzL3RyYW5zZm9ybS5weQ==) | `31.48% <19.23%> (ø)` | | | [syncopy/shared/errors.py](https://app.codecov.io/gh/esi-neuroscience/syncopy/pull/558?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=esi-neuroscience#diff-c3luY29weS9zaGFyZWQvZXJyb3JzLnB5) | `44.08% <24.00%> (ø)` | | | ... and [73 more](https://app.codecov.io/gh/esi-neuroscience/syncopy/pull/558?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=esi-neuroscience) | | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/esi-neuroscience/syncopy/pull/558/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=esi-neuroscience)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.