Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulPPelaez committed Oct 27, 2023
1 parent f480e43 commit d359155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchmdnet/datasets/custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def __init__(
print("Number of files: ", len(self.files["pos"]))
self.cached = False
total_data_size = self._initialize_index()
print(f"Combined dataset size {len(self.index))}")
print(f"Combined dataset size {len(self.index)}")
# If the dataset is small enough, load it whole into CPU memory
data_size_limit = preload_memory_limit * 1024 * 1024
if total_data_size < data_size_limit:
Expand Down

0 comments on commit d359155

Please sign in to comment.