Hi,
In a recent refactor, the arguments to checks.format_checks.check_format changed:
6898d38#diff-e8dc7346147d53cff5806e61ddcdfba4de1e769f8556b5ebf914c98c85477e2eL7
But the call to check_format in plugins/cordex_cmip6/cordex_cmip6.py (line 180) didn't change, so now it's throwing an error when I run esgf-qa.
Not sure if it needs anything other than to change the argument name; @Ayoubnac1, looks like you did the refactor, so I think you'd be the best judge of that.
Hi,
In a recent refactor, the arguments to
checks.format_checks.check_formatchanged:6898d38#diff-e8dc7346147d53cff5806e61ddcdfba4de1e769f8556b5ebf914c98c85477e2eL7
But the call to
check_formatinplugins/cordex_cmip6/cordex_cmip6.py(line 180) didn't change, so now it's throwing an error when I runesgf-qa.Not sure if it needs anything other than to change the argument name; @Ayoubnac1, looks like you did the refactor, so I think you'd be the best judge of that.