Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Surface Diffusion Estimator Example and Associated Improvements #13

Merged
merged 10 commits into from
Mar 21, 2024
13 changes: 1 addition & 12 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ jobs:
- name: Checkout PySIDT
uses: actions/checkout@v4

- name: Clone ReactionMechanismGenerator/molecule
run: |
cd ..
git clone -b ts_len_improvements https://github.com/ReactionMechanismGenerator/molecule.git

- name: Create pysidt environment
uses: conda-incubator/setup-miniconda@v3
with:
Expand All @@ -37,13 +32,7 @@ jobs:
python -m pip install pytest nbmake
python -m pip install -e .

- name: Make and install molecule
run: |
cd ../molecule
make clean
make
pip install -e .

- name: Test PySIDT notebooks
run: |
pytest --nbmake IPython/multi_eval_SIDT_example.ipynb
pytest --nbmake IPython/Surface_Diffusion_single_eval_SIDT_example.ipynb
Loading