Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parameters of submit_jobs() function cannot be caught by inspect #88

Closed
yuema137 opened this issue Mar 18, 2024 · 1 comment
Closed

Comments

@yuema137
Copy link
Contributor

In some packages depending on batchq, the parameters are check in this way:
args = set(inspect.signature(batchq.submit_job).parameters)
The current wrapper that we made passes all the parameters as kwargs, therefore cannot be caught.

@yuema137
Copy link
Contributor Author

solution is to add the arguments back explicitly. See #89

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant