We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 779b14a commit d9ddbc1Copy full SHA for d9ddbc1
src/metamodels/cgpm_metamodel.py
@@ -739,14 +739,13 @@ def _retrieve_stattype_dist_params(var):
739
_, dist, params = _retrieve_stattype_dist_params(var)
740
cctypes.append(dist)
741
ccargs.append(params)
742
- else:
743
- # Finally, add a cgpm_composition record.
744
- cgpm_composition.append({
745
- 'name': name,
746
- 'inputs': inputs,
747
- 'outputs': outputs,
748
- 'kwds': kwds,
749
- })
+ # Finally, add a cgpm_composition record.
+ cgpm_composition.append({
+ 'name': name,
+ 'inputs': inputs,
+ 'outputs': outputs,
+ 'kwds': kwds,
+ })
750
751
elif isinstance(clause, cgpm_schema.parse.Subsample):
752
if subsample is not None:
0 commit comments