Skip to content

Commit

Permalink
Merge pull request #214 from MilagrosMarin/main
Browse files Browse the repository at this point in the history
fix: update element's test flow
  • Loading branch information
yambottle authored Feb 14, 2025
2 parents 5c04d20 + ebfdba0 commit 3761c61
Show file tree
Hide file tree
Showing 3 changed files with 117 additions and 113 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ on:
- main
workflow_dispatch:
jobs:
devcontainer-build:
uses: datajoint/.github/.github/workflows/devcontainer-build.yaml@main
tests:
runs-on: ubuntu-latest
strategy:
Expand All @@ -30,3 +28,4 @@ jobs:
run: |
python_version=${{matrix.py_ver}}
black element_array_ephys --check --verbose --target-version py${python_version//.}
black notebooks --check --verbose --target-version py${python_version//.}
3 changes: 1 addition & 2 deletions element_array_ephys/plotting/corr.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""Code adapted from International Brain Laboratory, T. (2021). ibllib [Computer software]. https://github.com/int-brain-lab/ibllib
"""
"""Code adapted from International Brain Laboratory, T. (2021). ibllib [Computer software]. https://github.com/int-brain-lab/ibllib"""

import numpy as np

Expand Down
Loading

0 comments on commit 3761c61

Please sign in to comment.