Skip to content

Commit

Permalink
[Input] Remove obsolete CTI/XML input files
Browse files Browse the repository at this point in the history
The remaining CTI and XML input files in test/data are used to test
the cti2yaml and ctml2yaml conversion scripts.
  • Loading branch information
speth authored and bryanwweber committed May 25, 2022
1 parent 7e0f469 commit 3947980
Show file tree
Hide file tree
Showing 27 changed files with 4 additions and 35,430 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -362,8 +362,8 @@ jobs:
python -c 'import cantera as ct; import sys; sys.exit(0) if ct.__version__.startswith("3.0.0") else sys.exit(1)'
ck2yaml --input=test/data/h2o2.inp --output=h2o2-test.yaml
test -f h2o2-test.yaml
cti2yaml test/data/air-no-reactions.cti air-no-reaction-test.yaml
test -f air-no-reaction-test.yaml
cti2yaml test/data/ch4_ion.cti ch4_ion-test.yaml
test -f ch4_ion-test.yaml
check-deprecations:
name: Run test suite without legacy typedefs
Expand Down Expand Up @@ -450,8 +450,8 @@ jobs:
python -c 'import cantera as ct; import sys; sys.exit(0) if ct.__version__.startswith("3.0.0") else sys.exit(1)'
ck2yaml --input=test/data/h2o2.inp --output=h2o2-test.yaml
test -f h2o2-test.yaml
cti2yaml test/data/air-no-reactions.cti air-no-reaction-test.yaml
test -f air-no-reaction-test.yaml
cti2yaml test/data/ch4_ion.cti ch4_ion-test.yaml
test -f ch4_ion-test.yaml
windows:
name: "Windows 2019, MSVC ${{ matrix.vs-toolset }}, Python ${{ matrix.python-version }}"
Expand Down
70 changes: 0 additions & 70 deletions data/inputs/KOH.cti

This file was deleted.

202 changes: 0 additions & 202 deletions data/inputs/air.cti

This file was deleted.

Loading

0 comments on commit 3947980

Please sign in to comment.