Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc minor fixes #157

Merged
merged 2 commits into from
Oct 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading