Skip to content

Commit

Permalink
Fix compare using F1Res4666
Browse files Browse the repository at this point in the history
  • Loading branch information
ecarreras committed Mar 11, 2024
1 parent 51e0f26 commit 5c7a3fd
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 5c7a3fd

Please sign in to comment.