@@ -87,7 +87,7 @@ def test_config_management(self):
87
87
self .assertEqual (sentinel_configs ['chd' ]['brf_sar_chd' ]['value' ], 78.53069 )
88
88
self .assertIn ('cnf' , sentinel_configs )
89
89
self .assertIsInstance (sentinel_configs ['cnf' ], dict )
90
- self .assertEqual (len (sentinel_configs ['cnf' ]), 23 )
90
+ self .assertEqual (len (sentinel_configs ['cnf' ]), 24 )
91
91
self .assertEqual (sentinel_configs ['cnf' ]['flag_cal2_correction_cnf' ]['value' ], True )
92
92
self .assertEqual (sentinel_configs ['cnf' ]['N_looks_stack_cnf' ]['value' ], 240 )
93
93
self .assertIn ('cst' , sentinel_configs )
@@ -115,7 +115,7 @@ def test_config_management(self):
115
115
self .assertEqual (cryosat_configs ['chd' ]['brf_sar_chd' ]['value' ], 85.51521850207267 )
116
116
self .assertIn ('cnf' , cryosat_configs )
117
117
self .assertIsInstance (cryosat_configs ['cnf' ], dict )
118
- self .assertEqual (len (cryosat_configs ['cnf' ]), 23 )
118
+ self .assertEqual (len (cryosat_configs ['cnf' ]), 24 )
119
119
self .assertEqual (cryosat_configs ['cnf' ]['flag_cal2_correction_cnf' ]['value' ], True )
120
120
self .assertEqual (cryosat_configs ['cnf' ]['N_looks_stack_cnf' ]['value' ], 240 )
121
121
self .assertIn ('cst' , cryosat_configs )
0 commit comments