Simplified use of keyword arguments in filters.py
To run the tests on our servers, you will need temporary developer access to the repository. Please request access through the Gitlab UI or by contacting one of the maintainers.
What has been done:
- Using
**kwargs
for keyword arguments infilters.py
so that we don't have to include the arguments ofget_hf_filter
in every otherget_filter*
method
Checklist
Check the boxes below after you have set up the merge request
- Versioning and website
-
Changelog is up to date -
The patch number in parameters.F90 is correct -
Updates (if any) to the website have been added
-
- Testing
-
Tested with -rcheck
-
Tested with -fbatch
-
- Compliance with style guide