Skip to content

Commit

Permalink
Merge pull request #33 from noaa-ocs-modeling/develop
Browse files Browse the repository at this point in the history
use hamtide for testing
  • Loading branch information
zacharyburnett authored Mar 2, 2021
2 parents 27bf937 + c14551e commit f055b3c
Show file tree
Hide file tree
Showing 9 changed files with 1,815 additions and 3,453 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ ubuntu-latest, windows-latest ]
os: [ ubuntu-latest ]
python-version: [ 3.8, 3.9 ]
steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ This will first create symbolic links to populate configuration directories,
┃ ┣ 📜 fort.14
┃ ┣ 📜 fort.15
┃ ┣ 🔗 config.rc -> ../config.rc.coldstart
┃ ┣ 🔗 model_configure -> ../model_configure.hotstart
┃ ┣ 🔗 model_configure -> ../model_configure.coldstart
┃ ┣ 🔗 nems.configure -> ../nems.configure.coldstart
┃ ┣ 🔗 hera_adcprep.job -> ../job_adcprep_hera.job
┃ ┗ 🔗 hera_nems_adcirc.job -> ../job_nems_adcirc_hera.job.coldstart
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
packages=find_packages(),
python_requires='>=3.6',
setup_requires=['dunamai', 'setuptools>=41.2'],
install_requires=['adcircpy>=1.0.20', 'nemspy>=0.6.2', 'numpy', 'requests'],
install_requires=['adcircpy==1.0.20', 'nemspy>=0.6.2', 'numpy', 'requests'],
extras_require={'testing': ['flake8', 'pytest', 'pytest-cov'], 'development': ['oitnb']},
)
2 changes: 1 addition & 1 deletion tests/data/reference/hera_shinnecock_ike/coldstart/fort.15
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
created on 2021-03-02 09:54 ! RUNDES
created on 2021-03-02 12:11 ! RUNDES
Shinacock Inlet Coarse Grid ! RUNID
1 ! NFOVER
1 ! NABOUT
Expand Down
Loading

0 comments on commit f055b3c

Please sign in to comment.