Skip to content

Commit

Permalink
Merge pull request #624 from gisce/fix-compare-b1-f2
Browse files Browse the repository at this point in the history
Corrección en la comparación del fichero B1 en tramos de baja
  • Loading branch information
ecarreras authored Mar 11, 2024
2 parents 51e0f26 + 5c7a3fd commit 4cd7ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcnmc/cir_8_2021/FB1.py
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@ def get_inst_name(element_id):
'cini', 'codigo_ccuu', 'longitud',
'tension_explotacion', 'fecha_aps'
])
entregada = F1Res4666(
entregada = F2Res4666(
cini=hist['cini'],
longitud=hist['longitud'],
codigo_ccuu=hist['codigo_ccuu'],
Expand Down

0 comments on commit 4cd7ce2

Please sign in to comment.