Skip to content

Commit d11eb1c

Browse files
fix test type parameters
1 parent 6e9a461 commit d11eb1c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ctdconverter/galaxy/converter.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1884,6 +1884,10 @@ def create_test_only(model, **kwargs):
18841884
if param.name != "test":
18851885
continue
18861886

1887+
# analogous to input generation
1888+
if is_in_type_param(param, model):
1889+
continue
1890+
18871891
if utils.extract_param_name(param.parent) in section_nodes:
18881892
parent = section_nodes[utils.extract_param_name(param.parent)]
18891893
elif type(param) is not ParameterGroup and param.advanced:

0 commit comments

Comments
 (0)