charles-river-analytics/figaro

Distribution method in StructuredProbQueryAlgorithm needs different signature

wkretschmer opened this issue · 1 comments

A method in StructuredProbQueryAlgorithm was recently added to return problem components for particular elements. The signature of this method conflicts with the regular distribution method in ProbQueryAlgorithm, which makes it impossible to call the regular distribution method on a single element.

This was written as an adjunct to the Development Environment. It has been in place for some time and hasn't presented problems in the past.

I will check this.