Skip to content

Commit c348605

Browse files
committed
refactor: Added type hints and docstrings to helper functions. Removed unused helper functions
1 parent 7d89727 commit c348605

File tree

4 files changed

+572
-760
lines changed

4 files changed

+572
-760
lines changed

Diff for: .github/workflows/build-test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,12 @@ jobs:
3434
- name: Install pyCSEP
3535
run: |
3636
pip install --no-deps -e .
37+
pip install rasterio
3738
python -c "import csep; print('Version: ', csep.__version__)"
3839
3940
- name: Test with pytest
4041
run: |
42+
4143
pip install vcrpy==4.3.1 pytest pytest-cov
4244
pytest --cov=./ --cov-config=.coveragerc
4345

0 commit comments

Comments
 (0)