revai-python-sdk icon indicating copy to clipboard operation
revai-python-sdk copied to clipboard

`remove_atmospherics` is not supported

Open jsuh8570 opened this issue 1 year ago • 3 comments

When remove_atmospherics parameter is passed in functions submit_job_url() / submit_job_local_file(), below error is encountered.

TypeError: submit_job_XXX() got an unexpected keyword argument 'remove_atmospherics'

jsuh8570 avatar May 02 '23 18:05 jsuh8570

Having the same issue too.

ianwjl avatar Jun 04 '23 20:06 ianwjl

Same here. Can we get this added to the python lib?

sergiorangeles avatar Jun 05 '23 14:06 sergiorangeles

I added support for this in https://github.com/revdotcom/revai-python-sdk/pull/101 It is released as 2.18.0

hrist0stoichev avatar Aug 22 '23 07:08 hrist0stoichev