File tree Expand file tree Collapse file tree 3 files changed +117
-113
lines changed
element_array_ephys/plotting Expand file tree Collapse file tree 3 files changed +117
-113
lines changed Original file line number Diff line number Diff line change 8
8
- main
9
9
workflow_dispatch :
10
10
jobs :
11
- devcontainer-build :
12
- uses : datajoint/.github/.github/workflows/devcontainer-build.yaml@main
13
11
tests :
14
12
runs-on : ubuntu-latest
15
13
strategy :
30
28
run : |
31
29
python_version=${{matrix.py_ver}}
32
30
black element_array_ephys --check --verbose --target-version py${python_version//.}
31
+ black notebooks --check --verbose --target-version py${python_version//.}
Original file line number Diff line number Diff line change 1
- """Code adapted from International Brain Laboratory, T. (2021). ibllib [Computer software]. https://github.com/int-brain-lab/ibllib
2
- """
1
+ """Code adapted from International Brain Laboratory, T. (2021). ibllib [Computer software]. https://github.com/int-brain-lab/ibllib"""
3
2
4
3
import numpy as np
5
4
You can’t perform that action at this time.
0 commit comments