fix typo
Browse files- binding_affinity.py +1 -1
binding_affinity.py
CHANGED
@@ -131,6 +131,7 @@ class BindingAffinity(datasets.ArrowBasedBuilder):
|
|
131 |
gen_kwargs={
|
132 |
"filepath": files["no_kras"],
|
133 |
},
|
|
|
134 |
|
135 |
datasets.SplitGenerator(
|
136 |
name='covalent',
|
@@ -138,7 +139,6 @@ class BindingAffinity(datasets.ArrowBasedBuilder):
|
|
138 |
gen_kwargs={
|
139 |
"filepath": files["cov"],
|
140 |
},
|
141 |
-
|
142 |
),
|
143 |
]
|
144 |
|
|
|
131 |
gen_kwargs={
|
132 |
"filepath": files["no_kras"],
|
133 |
},
|
134 |
+
),
|
135 |
|
136 |
datasets.SplitGenerator(
|
137 |
name='covalent',
|
|
|
139 |
gen_kwargs={
|
140 |
"filepath": files["cov"],
|
141 |
},
|
|
|
142 |
),
|
143 |
]
|
144 |
|