Skip to content

Commit 5970fe6

Browse files
authored
Fix bug in nbi_cxr
1 parent ad977d1 commit 5970fe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aurora/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def reload_namelist(self, namelist=None):
142142
# as attributes of asim, keeping the same name
143143
#NOTE T.O. I'm not a fan of this MATLAB approach..
144144
for parameter in self.namelist:
145-
if parameter == 'kin_profs':
145+
if parameter in ['kin_profs','nbi_cxr']:
146146
pass
147147
elif isinstance(self.namelist[parameter], dict):
148148
for sub_parameter in self.namelist[parameter]:

0 commit comments

Comments
 (0)