We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 134c440 commit c96fd81Copy full SHA for c96fd81
extensions/ql-vscode/src/data-extensions-editor/auto-model.ts
@@ -85,10 +85,6 @@ export function parsePredictedClassifications(
85
): Record<string, ModeledMethod> {
86
const predictedBySignature: Record<string, Method[]> = {};
87
for (const method of predicted) {
88
- if (!method.classification) {
89
- continue;
90
- }
91
-
92
const signature = toFullMethodSignature(method);
93
94
if (!(signature in predictedBySignature)) {
0 commit comments