We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e9a461 commit d11eb1cCopy full SHA for d11eb1c
1 file changed
ctdconverter/galaxy/converter.py
@@ -1884,6 +1884,10 @@ def create_test_only(model, **kwargs):
1884
if param.name != "test":
1885
continue
1886
1887
+ # analogous to input generation
1888
+ if is_in_type_param(param, model):
1889
+ continue
1890
+
1891
if utils.extract_param_name(param.parent) in section_nodes:
1892
parent = section_nodes[utils.extract_param_name(param.parent)]
1893
elif type(param) is not ParameterGroup and param.advanced:
0 commit comments