Skip to content

Commit b5a3386

Browse files
authored
Merge pull request #13 from JCSDA/bugfix/uninitialized_cloud_jacobian_param
fix uninitialized self.nChan_jacobian
2 parents a4bad2c + ddee0e4 commit b5a3386

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyCRTM.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ def __init__(self):
157157
self.channelSubset = []
158158
self.subsetOn = False
159159
self.nChan = 0
160+
self.nChan_jacobian = 0
160161
self.output_tb_flag = True
161162
self.output_cloud_K = False
162163
self.output_aerosol_K = False

0 commit comments

Comments
 (0)