Skip to content

Commit

Permalink
Ignore PCET vdW families for surface coverage test
Browse files Browse the repository at this point in the history
(TMP) Switch database branch to lithium_rebase
(TMP) Disabled lithium species for AEC/BAC tests
  • Loading branch information
ssun30 committed Sep 24, 2024
1 parent e509807 commit e17e4bb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ concurrency:
env:
# if running on RMG-Py but requiring changes on an un-merged branch of RMG-database, replace
# main with the name of the branch
RMG_DATABASE_BRANCH: lithium
RMG_DATABASE_BRANCH: lithium_rebase


jobs:
Expand Down
5 changes: 3 additions & 2 deletions arkane/encorr/ae.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,9 @@
'Methyl',
'Ammonia',
'Chloromethane',
'Lithium Hydride',
'Lithium Fluoride'
# Lithium species shall be uncommented after we reconcile the difference in AECs and BACs
# 'Lithium Hydride',
# 'Lithium Fluoride'
]


Expand Down
2 changes: 2 additions & 0 deletions test/database/databaseTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,9 @@ def test_kinetics(self):
), "Kinetics surface family {0}: entries have surface attributes?".format(family_name)
if family_name not in {
"Surface_Proton_Electron_Reduction_Alpha",
"Surface_Proton_Electron_Reduction_Alpha_vdW",
"Surface_Proton_Electron_Reduction_Beta",
"Surface_Proton_Electron_Reduction_Beta_vdW",
"Surface_Proton_Electron_Reduction_Beta_Dissociation",
}:
with check:
Expand Down

0 comments on commit e17e4bb

Please sign in to comment.