Skip to content

Commit

Permalink
Update validate_splits.py
Browse files Browse the repository at this point in the history
skip kmeans for reproducbility issue
  • Loading branch information
JacksonBurns authored Dec 7, 2023
1 parent e08144d commit 4c03349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/reproduce_paper_splits/validate_splits.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import numpy as np

tests_dict = {
"REFERENCE_RDB7_splits_kmeans.pkl": "RDB7_splits/RDB7_splits_kmeans.pkl",
# "REFERENCE_RDB7_splits_kmeans.pkl": "RDB7_splits/RDB7_splits_kmeans.pkl",
"REFERENCE_RDB7_splits_random.pkl": "RDB7_splits/RDB7_splits_random.pkl",
"REFERENCE_RDB7_splits_scaffold.pkl": "RDB7_splits/RDB7_splits_scaffold.pkl",
# "REFERENCE_QM9_splits_kmeans.pkl": "QM9_splits/QM9_splits_kmeans.pkl",
Expand Down

0 comments on commit 4c03349

Please sign in to comment.