aviasd

Results 4 comments of aviasd

These are the configuration files that opensmile-python is giving: ![image](https://user-images.githubusercontent.com/41818563/118241558-f734c900-b4a4-11eb-9f4a-a1ee7294022e.png) In order to get `emobase.conf` and `IS10_paraling_compat.conf` I had to take them from [opensmile/config/emobase/emobase.conf](https://github.com/audeering/opensmile/blob/master/config/emobase/emobase.conf) and [opensmile/config/is09-13/IS10_paraling_compat.conf](https://github.com/audeering/opensmile/blob/master/config/is09-13/IS10_paraling_compat.conf) and change them so...

@filak-sap Thank you for the quick answer and solution. The solution is working perfectly well almost all of the time. Today I ran into a problem for the first time:...

Hey @filak-sap , I found another bug: The code: ``` import pyodata import requests SERVICE_URL = 'http://knesset.gov.il/Odata/ParliamentInfo.svc/' client = pyodata.Client(SERVICE_URL, requests.Session()) pers = client.entity_sets.KNS_Person.get_entity(PersonID=48).execute() ``` The error: ``` Traceback (most...

Hey, I am using your branch **experimental_v3**, It is working perfectly fine. I have a question on the Usage: I am trying to pickle **, it is not working.. I...