Skip to content

Commit

Permalink
Merge branch 'joshs-working-branch' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshuaalbert committed Feb 13, 2025
2 parents 9849450 + 9a2fc39 commit 3c9e580
Show file tree
Hide file tree
Showing 992 changed files with 53,809 additions and 25,376 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ jobs:
run: |
python -m pip install --upgrade pip
cd dsa2000_cal
pip install -r requirements.txt
pip install -r requirements-tests.txt
pip install .
pip install .[tests]
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand All @@ -39,4 +37,4 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
JAX_ENABLE_X64=True pytest
MPLBACKEND=Agg SKIP_CONTENT_SYNC=1 pytest -s
212 changes: 0 additions & 212 deletions debug/stream_psuedo.py

This file was deleted.

Loading

0 comments on commit 3c9e580

Please sign in to comment.