You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm testing predictHQ. I got failures both when running on colab and when running locally in a clean env. Issues with no .to_dict() method on Events (now is .dict() I think). Also an issue with how the params was passed into .search() - fixed by passing in **params so it'd unpack into kwargs. This was on python 3.13. Not sure if you only support lower versions
The text was updated successfully, but these errors were encountered:
I'm testing predictHQ. I got failures both when running on colab and when running locally in a clean env. Issues with no .to_dict() method on Events (now is .dict() I think). Also an issue with how the params was passed into .search() - fixed by passing in **params so it'd unpack into kwargs. This was on python 3.13. Not sure if you only support lower versions
The text was updated successfully, but these errors were encountered: