Skip to content
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

bootstrap_p issue, could not find function "get_n" #53

Closed
AnaCG opened this issue Aug 15, 2015 · 6 comments
Closed

bootstrap_p issue, could not find function "get_n" #53

AnaCG opened this issue Aug 15, 2015 · 6 comments

Comments

@AnaCG
Copy link

AnaCG commented Aug 15, 2015

Greetings. I am working with a very large dataset, in the form of dataframe (4635810 elements). The error is at the end of the message, I hope you have had this issue before and can tell me what I am doing wrong.
It is really complicated to provide the dataset, never the less these are the commands I am applying:
alldeg<-the 4635810 elements
deg_pl<-displ$new(alldeg)
est<-estimate_xmin(deg_pl)
deg_pl$xmin<-est

print("KS statistic for power law distribution")
print(est$KS)

bs<-bootstrap_p(deg_pl)

At this point, I get the following error:
Error in checkForRemoteErrors(val) :
one node produced an error: could not find function "get_n"
Calls: bootstrap_p ... clusterApply -> staticClusterApply -> checkForRemoteErrors

@csgillespie
Copy link
Owner

Ok. I think I know what's wrong. I'll fix on Monday.

@csgillespie
Copy link
Owner

I couldn't reproduce your error, but I think I may still be able to fix it. Would you try out the fix and let me know. Thanks

@AnaCG
Copy link
Author

AnaCG commented Aug 17, 2015

Ok thank you, I'll let you know if this helped!

@AnaCG
Copy link
Author

AnaCG commented Aug 18, 2015

Hey! so I am still getting the error, do I need any sort of special permissions for this? Because I am trying to run this code on a cluster, and when trying to do so on my own computer it required administrative permissions.

@csgillespie
Copy link
Owner

To double check I presume you used the github version

On 17:38, Tue, 18 Aug 2015 Ana Costilla notifications@github.com wrote:

Hey! sorry but I could not solve the error, I have a smaller 685KB dataset
that I can email to you for you to replicate the error.


Reply to this email directly or view it on GitHub
#53 (comment)
.

@csgillespie
Copy link
Owner

@AnaCG Did you use the github version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants