Skip to content

Commit

Permalink
main after merge with kym linux, DO_KYMOGRAPH_ANALYSIS=F
Browse files Browse the repository at this point in the history
exit
:
q
q
  • Loading branch information
cudmore committed Sep 9, 2023
1 parent 7b682da commit 7d5cb96
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ jobs:
- name: Test and generate coverage report
run: |
pytest --cov=./tests --cov-report=xml --ignore=./tests/interface ./tests
# ignore /interface tests, they are running out of memory on github?
#pytest --cov=./tests --cov-report=xml --ignore=./tests/interface ./tests
pytest --cov=./tests --cov-report=xml ./tests
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
Binary file modified data/sanpy_recording_db.h5
Binary file not shown.
2 changes: 1 addition & 1 deletion sanpy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# using this to turn off for publication, used in detection widget and loading bAnalysis
DO_KYMOGRAPH_ANALYSIS = True
DO_KYMOGRAPH_ANALYSIS = False

from .sanpyLogger import *

Expand Down

0 comments on commit 7d5cb96

Please sign in to comment.