Skip to content

Commit

Permalink
chore: adding description field to other cga methodology
Browse files Browse the repository at this point in the history
  • Loading branch information
pbastia committed Feb 4, 2025
1 parent 87aa671 commit af900e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@ def init_configuration_element_reporting_fields_data(apps, schema_monitor):
name="Non-compression and non-processing activities for the purpose of natural gas transmission, natural gas distribution, natural gas storage, carbon dioxide transportation or oil transmission"
),
methodology__name__in=[
"Other CGA Methodology",
"Alternative Parameter Measurement",
"Replacement Methodology",
],
Expand All @@ -391,6 +392,7 @@ def reverse_configuration_element_reporting_fields_data(apps, schema_monitor):
name="Non-compression and non-processing activities for the purpose of natural gas transmission, natural gas distribution, natural gas storage, carbon dioxide transportation or oil transmission"
),
methodology__name__in=[
"Other CGA Methodology",
"Alternative Parameter Measurement",
"Replacement Methodology",
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,27 +133,27 @@ def setUpTestData(cls):
"Other venting sources": {
"CO2": {
"CEPEI Methodology Manual": 0,
"Other CGA Methodology": 0,
"Other CGA Methodology": 1,
"Alternative Parameter Measurement": 1,
"Replacement Methodology": 1,
},
"CH4": {
"CEPEI Methodology Manual": 0,
"Other CGA Methodology": 0,
"Other CGA Methodology": 1,
"Alternative Parameter Measurement": 1,
"Replacement Methodology": 1,
},
},
"Other fugitive sources": {
"CO2": {
"CEPEI Methodology Manual": 0,
"Other CGA Methodology": 0,
"Other CGA Methodology": 1,
"Alternative Parameter Measurement": 1,
"Replacement Methodology": 1,
},
"CH4": {
"CEPEI Methodology Manual": 0,
"Other CGA Methodology": 0,
"Other CGA Methodology": 1,
"Alternative Parameter Measurement": 1,
"Replacement Methodology": 1,
},
Expand Down

0 comments on commit af900e7

Please sign in to comment.