Skip to content

Commit

Permalink
Merge pull request #176 from NREL/pp/sup3r_regridder
Browse files Browse the repository at this point in the history
Port sup3r `Regridder`
  • Loading branch information
ppinchuk authored Jul 29, 2024
2 parents 6ccf1de + 1a8b24c commit 5acf9ad
Show file tree
Hide file tree
Showing 5 changed files with 514 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/pr_revx_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,21 @@ jobs:
with:
auto-update-conda: true
python-version: 3.9
- name: Install rex dependencies
working-directory: ./rex
shell: bash -l {0}
run: |
conda install pip pandas
pip install -e .
- name: Install reVX dependencies
working-directory: ./reVX
shell: bash -l {0}
run: |
conda install rtree pytest
conda install pip rtree pytest
pip install geopandas
pip install --upgrade --force-reinstall shapely~=1.8
pip install -e .
pip install HOPP
- name: Install rex
working-directory: ./rex
shell: bash -l {0}
run: |
pip install --upgrade --force-reinstall numpy~=1.24
pip install -e .
- name: Run reVX pytest
working-directory: ./reVX
shell: bash -l {0}
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ numpy>=1.16
pandas>=2.0
psutil>=5.6
PyYAML
scikit-learn>=1.3
scipy>=1.3
toml>=0.10.0
packaging
Loading

0 comments on commit 5acf9ad

Please sign in to comment.