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 88 - main
99 workflow_dispatch :
1010jobs :
11- devcontainer-build :
12- uses : datajoint/.github/.github/workflows/devcontainer-build.yaml@main
1311 tests :
1412 runs-on : ubuntu-latest
1513 strategy :
3028 run : |
3129 python_version=${{matrix.py_ver}}
3230 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"""
32
43import numpy as np
54
You can’t perform that action at this time.
0 commit comments