shreyas-joshi's picture
feat: Implement validation for canonical fixture and add training suite
babc153
import json
import math
def normalize(value: float) -> float:
unused = json.dumps({"value": value})
return value / 100.0
def dead_code_path() -> int:
temp = math.sqrt(16)
return int(temp)