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
When I run the Python Wrapper robyn_python_notebook as is, with no changes what so ever, I am getting an error when I run code block [23]
OutputModels = robyn_api('robyn_run',payload=payload)
The error is: <simpleError in names(hyper_list_all) <- *vtmp*: 'names' attribute [13] must be the same length as the vector [12]>
I also get the same error if I update the notebook with my own data and model setup (successful in R version).
Environment & Robyn version
Robyn version: ['3.12.0.9003']
R version: 4.4.2
Python version: 3.10.16
The text was updated successfully, but these errors were encountered:
Adding to this after further investigation. The issue seems to be earlier in the code. Code block [14] should be printing out the paid_media_spends, but is instead is printing out the paid_media_vars.
This also seems to be the case in the R version as well. I can get Robyn to run (in both R and Python) if I set the hyper parameters with media variables, but that doesn't seem right.
When I run the Python Wrapper robyn_python_notebook as is, with no changes what so ever, I am getting an error when I run code block [23]
OutputModels = robyn_api('robyn_run',payload=payload)
The error is: <simpleError in names(hyper_list_all) <-
*vtmp*
: 'names' attribute [13] must be the same length as the vector [12]>I also get the same error if I update the notebook with my own data and model setup (successful in R version).
Environment & Robyn version
The text was updated successfully, but these errors were encountered: