File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,9 @@ Machine Learning Collective Variables for Enhanced Sampling
1111**PAPER** [](https://doi.org/10.1063/5.0156343)
1212[](https://arxiv.org/abs/2305.19980)
1313
14- The documentation is available here: https://mlcolvar.readthedocs.io
14+ The documentation is available at:
15+ - **stable** version: https://mlcolvar.readthedocs.io
16+ - **latest** version: https://mlcolvar.readthedocs.io/en/latest/
1517
1618---
1719
Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ class DictModule(lightning.LightningDataModule):
4141 test sets.
4242
4343 The class can also merge multiple :class:`~mlcolvar.data.dataset.DictDataset`s
44- that have different keys (see example below). The datasets must all have the
45- same number of samples .
44+ that have different keys (see example below). The datasets can have different sizes but must all have the
45+ same number of batches .
4646
4747 Examples
4848 --------
You can’t perform that action at this time.
0 commit comments