Skip to content

Commit 3761c61

Browse files
authored
Merge pull request #214 from MilagrosMarin/main
fix: update element's test flow
2 parents 5c04d20 + ebfdba0 commit 3761c61

File tree

3 files changed

+117
-113
lines changed

3 files changed

+117
-113
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ on:
88
- main
99
workflow_dispatch:
1010
jobs:
11-
devcontainer-build:
12-
uses: datajoint/.github/.github/workflows/devcontainer-build.yaml@main
1311
tests:
1412
runs-on: ubuntu-latest
1513
strategy:
@@ -30,3 +28,4 @@ jobs:
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//.}

element_array_ephys/plotting/corr.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
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

43
import numpy as np
54

0 commit comments

Comments
 (0)