From e22a1daddeb2b5ef42845768f2250fa80449a261 Mon Sep 17 00:00:00 2001
From: Mario Krenn <46604014+MarioKrenn6240@users.noreply.github.com>
Date: Tue, 31 Dec 2024 18:40:18 +0100
Subject: [PATCH] Update README.md

Fixed link and details for test suits in README.md, fixes #124
---
 README.md | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 2e046c6..2098ba1 100644
--- a/README.md
+++ b/README.md
@@ -222,10 +222,9 @@ By default, `selfies` is tested against a random subset
  * 250K molecules from [ZINC](https://en.wikipedia.org/wiki/ZINC_database)
  * 50K molecules from a dataset of [non-fullerene acceptors for organic solar cells](https://www.sciencedirect.com/science/article/pii/S2542435117301307)
  * 160K+ molecules from various [MoleculeNet](https://moleculenet.org/datasets-1) datasets
- * 36M+ molecules from the [eMolecules Database](https://www.emolecules.com/info/products-data-downloads.html).
-   Due to its large size, this dataset is not included on the repository. To run tests
-   on it, please download the dataset into the ``tests/test_sets`` directory
-   and run the ``tests/run_on_large_dataset.py`` script.
+
+In first releases, we also tested the 36M+ molecules from the [eMolecules Database](https://downloads.emolecules.com/free/2024-12-01/).
+
 
 ## Version History
 See [CHANGELOG](https://github.com/aspuru-guzik-group/selfies/blob/master/CHANGELOG.md).