Skip to content

Commit

Permalink
Merge pull request #157 from luigibonati/fixes_oct_24
Browse files Browse the repository at this point in the history
Doc minor fixes
  • Loading branch information
EnricoTrizio authored Oct 8, 2024
2 parents 9d88b79 + 3c92778 commit a4e8733
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ Machine Learning Collective Variables for Enhanced Sampling
**PAPER** [![paper](https://img.shields.io/badge/JCP-10.1063/5.0156343-blue)](https://doi.org/10.1063/5.0156343)
[![preprint](https://img.shields.io/badge/arXiv-2305.19980-lightblue)](https://arxiv.org/abs/2305.19980)

The documentation is available here: https://mlcolvar.readthedocs.io
The documentation is available at:
- **stable** version: https://mlcolvar.readthedocs.io
- **latest** version: https://mlcolvar.readthedocs.io/en/latest/

---

Expand Down
4 changes: 2 additions & 2 deletions mlcolvar/data/datamodule.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ class DictModule(lightning.LightningDataModule):
test sets.
The class can also merge multiple :class:`~mlcolvar.data.dataset.DictDataset`s
that have different keys (see example below). The datasets must all have the
same number of samples.
that have different keys (see example below). The datasets can have different sizes but must all have the
same number of batches.
Examples
--------
Expand Down

0 comments on commit a4e8733

Please sign in to comment.