Skip to content

Commit

Permalink
Merge pull request #1840 from ReactionMechanismGenerator/python3_scri…
Browse files Browse the repository at this point in the history
…pt_check

Python3 Script check
  • Loading branch information
mliu49 committed Dec 9, 2019
2 parents 17bfb68 + 71f10d7 commit c46befa
Show file tree
Hide file tree
Showing 49 changed files with 6,087 additions and 1,017 deletions.
10 changes: 0 additions & 10 deletions examples/diffModels/example.sh

This file was deleted.

2 changes: 0 additions & 2 deletions examples/reduction/example.sh

This file was deleted.

2 changes: 0 additions & 2 deletions examples/reduction/example_parallel.sh

This file was deleted.

372 changes: 0 additions & 372 deletions examples/reduction/minimal/chemkin/chem_annotated.inp

This file was deleted.

60 changes: 0 additions & 60 deletions examples/reduction/minimal/input.py

This file was deleted.

21 changes: 0 additions & 21 deletions examples/reduction/minimal/reduction_input.py

This file was deleted.

File renamed without changes.
File renamed without changes.
10 changes: 10 additions & 0 deletions examples/scripts/diffModels/example.sh
@@ -0,0 +1,10 @@
#!/bin/bash

# Normal Output
python ../../../scripts/diffModels.py Models/DFT_chem.inp Models/DFT_species_dictionary.txt Models/Primary_chem.inp Models/Primary_species_dictionary.txt

# Do not show identical species or reactions
#python ../../../scripts/diffModels.py Models/DFT_chem.inp Models/DFT_species_dictionary.txt Models/Primary_chem.inp Models/Primary_species_dictionary.txt --diffOnly

# Only show species or reactions that are present in both models but have different values
#python ../../../scripts/diffModels.py Models/DFT_chem.inp Models/DFT_species_dictionary.txt Models/Primary_chem.inp Models/Primary_species_dictionary.txt --commonDiffOnly

0 comments on commit c46befa

Please sign in to comment.