Fix minor bug in config schema for transforms
This fixes passing a transform that takes no arguments by its name alone. E.g.,
- rotate
- crop: {max_snps: 100}
instead of
- rotate: {}
- crop: {max_snps: 100}
Git-LFS is now available on our GitLab instance.
Please note that the quota check is now in blocking mode. More informations about quotas: https://gitlab.inria.fr/siteadmin/doc/-/wikis/faq#quota-management-policy-to-monitor-disk-space-by-project-on-gitlab
GitLab upgrade completed. Current version is 17.8.2.
This fixes passing a transform that takes no arguments by its name alone. E.g.,
- rotate
- crop: {max_snps: 100}
instead of
- rotate: {}
- crop: {max_snps: 100}