Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing types in yaml schema (#1600)
<!--Please ensure the PR fulfills the following requirements! --> <!-- If this is your first PR, make sure to add your details to the AUTHORS.rst! --> ### Pull Request Checklist: - [x] This PR addresses an already opened issue (for bug fixes / features) - This PR fixes #1595 - [ ] Tests for the changes have been added (for bug fixes / features) - [x] (If applicable) Documentation has been added / updated (for bug fixes / features) - [x] CHANGES.rst has been updated (with summary of main changes) - [x] Link to issue (:issue:`number`) and pull request (:pull:`number`) has been added ### What kind of change does this PR introduce? * Allows "str" for indicator parameter "src_freq" * Allows "kind : int" for indicator parameter's parameters. ### Does this PR introduce a breaking change? No, it simply validates yaml definition that were supported before. ### Other information: I added a note to the module doc about "kind" and how it is meant to be used in a yaml.
- Loading branch information