This should not check for specific parameters, but either use an isinstance or `dtype == "bool" condition.
|
elif name in [ |
|
"debug", |
|
"iter-scan", |
|
"iter-field", |
|
"iter-corr", |
|
"iter-spw", |
|
"iter-antenna", |
|
"noconj", |
|
"noflags", |
|
"profile", |
|
]: |
|
value = "" |
Also, iter-antenna in this Cab should be iter-ant
This should not check for specific parameters, but either use an
isinstanceor `dtype == "bool" condition.Stimela-classic/stimela/cargo/cab/shadems/src/run.py
Lines 28 to 39 in f9ef41e
Also,
iter-antennain this Cab should beiter-ant