Skip to content

Commit

Permalink
Merge pull request #106 from Joshuaalbert/develop
Browse files Browse the repository at this point in the history
Streaming forward model release
  • Loading branch information
Joshuaalbert authored Feb 13, 2025
2 parents dbd4e69 + 3c9e580 commit 6c95f5d
Show file tree
Hide file tree
Showing 1,029 changed files with 64,976 additions and 28,605 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
66 changes: 0 additions & 66 deletions debug/astropy_view_bug.py

This file was deleted.

212 changes: 0 additions & 212 deletions debug/stream_psuedo.py

This file was deleted.

Loading

0 comments on commit 6c95f5d

Please sign in to comment.