Skip to content

Commit

Permalink
bugfix: uncommented not yet implemented KPI rule
Browse files Browse the repository at this point in the history
Signed-off-by: Demir <[email protected]>
Signed-off-by: VEIY82L <[email protected]>
  • Loading branch information
idemir-ids authored and DaBeIDS committed Oct 22, 2023
1 parent 7274859 commit 0ebb269
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ def prepare_kpi_9994_CDP_4_2b_Base_Year():
res = []
res.append(prepare_kpi_2_0_provable_plus_probable_reserves())
res.append(prepare_kpi_2_1_provable_reserves())
res.append(prepare_kpi_2_2_probable_reserves())
#res.append(prepare_kpi_2_2_probable_reserves()) #Not yet implemented! DO not comment in!!!
res.append(prepare_kpi_3_production())
res.append(prepare_kpi_3_1_oil_production())
res.append(prepare_kpi_3_2_liquid_hydrocarbons_production())
Expand Down

0 comments on commit 0ebb269

Please sign in to comment.