fix(reasoning): correct insufficient-observation comparability state
This commit is contained in:
@@ -356,9 +356,10 @@ export function assessComparability(graph) {
|
||||
|
||||
if (profiles.length < 2) {
|
||||
return {
|
||||
comparabilityStatus: "confirmed",
|
||||
reason: "Fewer than two supported observations need comparison.",
|
||||
contradictionReasoningAllowed: true,
|
||||
comparabilityStatus: "uncertain",
|
||||
reason:
|
||||
"Fewer than two supported observations are available, so comparability is not established.",
|
||||
contradictionReasoningAllowed: false,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user