We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
remove_atmospherics
When remove_atmospherics parameter is passed in functions submit_job_url() / submit_job_local_file(), below error is encountered.
submit_job_url()
submit_job_local_file()
TypeError: submit_job_XXX() got an unexpected keyword argument 'remove_atmospherics'
The text was updated successfully, but these errors were encountered:
Having the same issue too.
Sorry, something went wrong.
Same here. Can we get this added to the python lib?
I added support for this in #101 It is released as 2.18.0
2.18.0
No branches or pull requests
When
remove_atmospherics
parameter is passed in functionssubmit_job_url()
/submit_job_local_file()
, below error is encountered.The text was updated successfully, but these errors were encountered: