robertim commited on
Commit
0b7be55
1 Parent(s): d40527f

Flagged sample #5

Browse files
Files changed (1) hide show
  1. data.csv +1 -0
data.csv CHANGED
@@ -3,3 +3,4 @@ num1,operation,num2,output,flag
3
  2,subtract,2,0,other
4
  1,add,0,1,wrong sign
5
  1,add,0,1,off by one
 
 
3
  2,subtract,2,0,other
4
  1,add,0,1,wrong sign
5
  1,add,0,1,off by one
6
+ 4,subtract,3,1,off by one