test_2 / data.csv
robertim's picture
Flagged sample #6
38811f6
raw
history blame
175 Bytes
num1,operation,num2,output,flag
2,subtract,3,0,wrong sign
2,subtract,2,0,other
1,add,0,1,wrong sign
1,add,0,1,off by one
4,subtract,3,1,off by one
4,subtract,3,1,other