-
Notifications
You must be signed in to change notification settings - Fork 14
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
maxp_greedy crashing RStudio #39
Comments
I have the same issue, I've tested on multiple operating systems and the Max-P and AZP algorithms don't work. I have tried on the Python side with pygeoda, and I have not encountered such issues. I'd be happy to try to put together a PR if I knew where to start looking - @lixun910 do you have any pointers here? |
Is there any crash report or log? I can help to check what might cause the crash. Thanks! |
Thanks @lixun910! Here's what I see when running the Guerry example in the docs for
|
Thanks, @walkerke! Can you help to verify if the changes work on Ubuntu |
@lixun910 just tested a couple examples on Ubuntu (the documentation example, and an example of my own). Both worked! Thanks so much! |
wonderful, thanks so much @lixun910! |
I updated to the latest version and the same error occurs with the "skater" function |
Hello !
I have been using the function "maxp_greedy" from rgeoda for many months and it was working perfectly. I tried running the same unmodified script this week and the maxp_greedy function is not working anymore. I have the following error "R encountered a fatal error. The session was terminated".
I tried to download an older version of rgeoda but got errors while dowloading version 0.0.9 and older ones.
Has anyone encountered the same issues (fatal error using maxp_greedy or/and issues downloading older versions of rgeoda) ?
Thank you for your help !
The text was updated successfully, but these errors were encountered: