From 8d43532c310520cb3077acfc61cf7050740704d5 Mon Sep 17 00:00:00 2001 From: breandan Date: Wed, 19 Apr 2023 02:26:58 -0400 Subject: [PATCH] tmap was always a leaky abstraction --- galoisenne | 2 +- .../mcgill/cstk/experiments/repair/PythonStatementRepair.kt | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/galoisenne b/galoisenne index ac542ab1..bbc01f42 160000 --- a/galoisenne +++ b/galoisenne @@ -1 +1 @@ -Subproject commit ac542ab11f9300fdd00f6782f541aadcd46efd6d +Subproject commit bbc01f42ed5bf2e645486a443f1b7321384dc622 diff --git a/src/main/kotlin/edu/mcgill/cstk/experiments/repair/PythonStatementRepair.kt b/src/main/kotlin/edu/mcgill/cstk/experiments/repair/PythonStatementRepair.kt index 54615782..caddc561 100644 --- a/src/main/kotlin/edu/mcgill/cstk/experiments/repair/PythonStatementRepair.kt +++ b/src/main/kotlin/edu/mcgill/cstk/experiments/repair/PythonStatementRepair.kt @@ -12,11 +12,10 @@ import kotlin.time.* ./gradlew pythonStatementRepair */ -@OptIn(ExperimentalTime::class) fun main() { MAX_SAMPLE = 20 MAX_REPAIR = 2 -// syntheticErrorCorrection() + syntheticErrorCorrection() organicErrorCorrection() // compareParserValidity() }