-
Notifications
You must be signed in to change notification settings - Fork 364
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Robyn Output Error - One or both dimensions exceed the maximum (50000px) #874
Comments
you opened and closed the same issue yesterday, right? Have you seen this who has the same problem? |
@gufengzhou yess, somehow it was duplicated (requested twice). Anw did you aware or ever find about this problem? somehow when I tried to change the |
@gufengzhou @nikomataaa If I set export = FASLE the error message is not showing. And then I can export onepager using robyn_onepagers(). |
Hi there, I am encountering this issue as well when modeling for conversions. Is there any update here? Thank you! |
@gufengzhou Recently I have been encountering the same error that too when modeling for Revenue (which is what I have been modeling since last year. I did set export = FALSE and error message went away and I can get the desired solID's onepagers, but I use the alldecomp_matrix and pareto_aggregated CSVs as well, but none of those have been generated with export = FALSE. Is there a more permanent solution to this? R version is 4.2.2 and Robyn version 3.10.5 is installed on my end. |
@gufengzhou @laresbernardo Sorry for following up here on this issue. Is there a permanent solution? |
@gufengzhou @laresbernardo I am sorry for following up again, but this issue has reduced been bothering me since last 2 weeks and has immensely slowed me down. I have to run model twice to get to all one_pager PNGs and pareto CSVs. You see when I run the model with export = FALSE, the directory Robyn_date_init doesn't get created which then given me error when trying to run one_pager() as looks for that directory and it's not available. So, then I run model first with export = TRUE (this ends in error and hence doesn't generate Inputcollect and Outputcollect) and then run model with export = FALSE. So, if you could please provide a permanent solution to this "dimensions exceed the maximum" error, that would be a huge help! |
Hi @CJ2407 @jstrome-lmp @ghltk Not sure if you are aware but, even though I am actively collaborating and improving Robyn's code, I am not working at Meta anymore, so I don't have an active agenda to solve issues; all the changes I've submitted are for the sake of open-source, because I need it for my current projects, and for the love I still have for Robyn as an amazing MMM solution. That said, I've found this same issue while running the code on my end and I've just created a branch that I think could fix it for you too. I would love for you to test it and see if it gets solved. Please, update Robyn by running |
Thank you @laresbernardo for letting me know. I was honestly not aware that you are not working at Meta now. Apologies for reaching out so incessantly. Let me try this update and let you know. |
Thank you @laresbernardo. I tested the update you suggested and it worked. That error I have been getting is gone and the model run finished successfully and generated all the one_pagers and pareto CSVs. Thanks so much! |
Fantastic! Thanks for confirming. Will land in main branch once @gufengzhou approves the PR #939 |
Project Robyn
Describe issue
When I tried to run the model using
conversion
(CPA) metric, it was successfully executed, but when I runrobyn_output
it returned me this error messageProvide reproducible example
Issues are often related to custom input data that is difficult to debug without. If necessary, please modify your data to mask real values and share a dataset that is able to reproduce the issue. Please also share your model configuration and exported JSON files if available.
demo.R
in the repo just different datasetEnvironment & Robyn version
Make sure you're using the latest Robyn version before you post an issue.
3.10.5.9007
R version 4.2.3 (2023-03-15)
The text was updated successfully, but these errors were encountered: