Commit
·
f29e00c
1
Parent(s):
fd0f8e0
Update oo-method-test-split.py
Browse files- oo-method-test-split.py +0 -1
oo-method-test-split.py
CHANGED
|
@@ -11,7 +11,6 @@ import pyarrow.parquet as pq
|
|
| 11 |
|
| 12 |
BASE_DATASET = "ejschwartz/oo-method-test"
|
| 13 |
|
| 14 |
-
|
| 15 |
def setexe(r):
|
| 16 |
r['Dirname'], r['Exename'] = os.path.split(r['Binary'])
|
| 17 |
return r
|
|
|
|
| 11 |
|
| 12 |
BASE_DATASET = "ejschwartz/oo-method-test"
|
| 13 |
|
|
|
|
| 14 |
def setexe(r):
|
| 15 |
r['Dirname'], r['Exename'] = os.path.split(r['Binary'])
|
| 16 |
return r
|