Fix aloha real-world datasets (#175)

This commit is contained in:
Remi
2024-05-20 13:48:09 +02:00
committed by GitHub
parent 19dfb9144a
commit 01eae09ba6
595 changed files with 1699 additions and 754 deletions

View File

@@ -195,6 +195,11 @@ Follow these steps to start contributing:
git commit
```
Note, if you already commited some changes that have a wrong formatting, you can use:
```bash
pre-commit run --all-files
```
Please write [good commit messages](https://chris.beams.io/posts/git-commit/).
It is a good idea to sync your copy of the code with the original