ejschwartz
commited on
Commit
•
fd0f8e0
1
Parent(s):
831cd72
Update oo-method-test-split.py
Browse files- oo-method-test-split.py +1 -0
oo-method-test-split.py
CHANGED
@@ -11,6 +11,7 @@ import pyarrow.parquet as pq
|
|
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
|
|
|
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
|