Skip to content

Commit

Permalink
correcting names
Browse files Browse the repository at this point in the history
  • Loading branch information
K20shores committed Oct 17, 2023
1 parent 31815e2 commit 4fc4921
Show file tree
Hide file tree
Showing 22 changed files with 23 additions and 23 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"camp-data": [
{
"name": "Valid ternary chemical activation reactions",
"name": "nonstandard key",
"type": "MECHANISM",
"reactions": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"camp-data": [
{
"name": "Ternary missing products",
"name": "missing products",
"type": "MECHANISM",
"reactions": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"camp-data": [
{
"name": "Ternary missing reactants",
"name": "missing reactants",
"type": "MECHANISM",
"reactions": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"camp-data": [
{
"name": "Valid ternary chemical activation reactions",
"name": "invaild yield name",
"type": "MECHANISM",
"reactions": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"camp-data": [
{
"name": "Valid ternary chemical activation reactions",
"name": "invalid quantity name",
"type": "MECHANISM",
"reactions": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"camp-data": [
{
"name": "Valid brancehd reactions",
"name": "nonstandard key",
"type": "MECHANISM",
"reactions": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"camp-data": [
{
"name": "Branched invalid product key",
"name": "missing reacants",
"type": "MECHANISM",
"reactions": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"camp-data": [
{
"name": "Valid ternary chemical activation reactions",
"name": "capital Y",
"type": "MECHANISM",
"reactions": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"camp-data": [
{
"name": "Branched invalid product key",
"name": "capital Y",
"type": "MECHANISM",
"reactions": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"camp-data": [
{
"name": "Valid ternary chemical activation reactions",
"name": "captial Q",
"type": "MECHANISM",
"reactions": [
{
Expand All @@ -14,7 +14,7 @@
"bar": {}
},
"nitrate products": {
"quz": { "Yield": 1.0 }
"quz": { "yield": 1.0 }
},
"Y" : 42.3,
"X" : 12.3,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"camp-data": [
{
"name": "Valid emissions",
"name": "nonstandard emission",
"type": "MECHANISM",
"reactions": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"camp-data": [
{
"name": "Valid first-order-loss",
"name": "nonstandard keys",
"type": "MECHANISM",
"reactions": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"camp-data": [
{
"name": "Valid photolysis reactions",
"name": "nonstandard key",
"type": "MECHANISM",
"reactions": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"camp-data": [
{
"name": "Valid ternary chemical activation reactions",
"name": "capital Y",
"type": "MECHANISM",
"reactions": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"camp-data": [
{
"name": "Valid ternary chemical activation reactions",
"name": "captial Q",
"type": "MECHANISM",
"reactions": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"camp-data": [
{
"name": "Valid surface reactions",
"name": "nonstandard key",
"type": "MECHANISM",
"reactions": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"camp-data": [
{
"name": "Valid ternary chemical activation reactions",
"name": "nonstandard key",
"type": "MECHANISM",
"reactions": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"camp-data": [
{
"name": "Valid ternary chemical activation reactions",
"name": "nonstandard key",
"type": "MECHANISM",
"reactions": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"camp-data": [
{
"name": "Ternary missing products",
"name": "missing products",
"type": "MECHANISM",
"reactions": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"camp-data": [
{
"name": "Ternary missing reactants",
"name": "missing reactants",
"type": "MECHANISM",
"reactions": [
{
Expand Down
2 changes: 1 addition & 1 deletion test/unit/unit_configs/process/troe/valid/reactions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"camp-data": [
{
"name": "Valid ternary chemical activation reactions",
"name": "Valid troe chemical activation reactions",
"type": "MECHANISM",
"reactions": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"camp-data": [
{
"name": "Valid tunneling reactions",
"name": "nonstandard key",
"type": "MECHANISM",
"reactions": [
{
Expand Down

0 comments on commit 4fc4921

Please sign in to comment.