Skip to content

Commit f3f27a5

Browse files
Cite Github issue #445. Replace outdated XXX comment.
1 parent 4e0a01a commit f3f27a5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/metamodels/cgpm_metamodel.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,9 +741,11 @@ def _retrieve_stattype_dist_params(var):
741741
for var in inputs:
742742
must_exist.append(var)
743743
needed.add(var)
744-
# XXX check agreement with statistical type
745744
assert len(cctypes) == len(ccargs)
746745
# Retrieve the default dist and params.
746+
#
747+
# XXX Can't use a latent variable here -- see
748+
# Github issue #445.
747749
_, dist, params = _retrieve_stattype_dist_params(var)
748750
cctypes.append(dist)
749751
ccargs.append(params)

0 commit comments

Comments
 (0)