Skip to content

Commit

Permalink
fix: missing arg in yaml_file_has_column_of_type 3
Browse files Browse the repository at this point in the history
  • Loading branch information
MicPie committed Nov 20, 2023
1 parent 762ceae commit 3befcd0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 177 deletions.
93 changes: 0 additions & 93 deletions data/kg/compound_protein_compound/meta.yaml

This file was deleted.

83 changes: 0 additions & 83 deletions data/kg/compound_protein_go_term/meta.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion data/tabular/train_test_split.py
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ def assign_splits(
file
for file in all_yaml_files
if (
yaml_file_has_column_of_type(file)
yaml_file_has_column_of_type(file, "SMILES")
and not yaml_file_has_column_of_type(file, "AS_SEQUENCE")
) # noqa: E501
]
Expand Down

0 comments on commit 3befcd0

Please sign in to comment.