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

Receiving an Error by Using the Package with Julia v1.0.4 #18

Open
moash85 opened this issue Jul 15, 2019 · 2 comments
Open

Receiving an Error by Using the Package with Julia v1.0.4 #18

moash85 opened this issue Jul 15, 2019 · 2 comments

Comments

@moash85
Copy link

moash85 commented Jul 15, 2019

I am trying to use Laplacians package with Julia version- 1.0.4, however I get the following message (error):
"Entropy pool not available to seed RNG; using ad-hoc entropy sources."

I appreciate if anyone help me with this. I am assuming that this is an error that causes an issue to use the package properly since I am not getting the correct results using some of the existing functions in the package (sparsify() and maxflow()).

I am not sure if the package necessarily needs Julia- v1.0.0 to be properly used.

@moash85 moash85 changed the title Package Installation Error Receiving an Error by Using the Package with Julia v1.0.4 Jul 16, 2019
@danspielman
Copy link
Owner

I have never seen this error. Can you provide a small example of code that produces it?

Also, please run the tests for Laplacians and let me know if they report any errors on your system.
You do this by typing "]" to get the "pkg>" prompt, and then entering "test Laplacians"

@moash85
Copy link
Author

moash85 commented Jul 19, 2019

Thank you for your response. I found out that this error is related to my OS and has nothing to do with the package. I also followed your instructions for testing the package and I got some warnings about some functions that are deprecated but at the end I got this: "Laplacians test passed". Thank you.

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