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

networkx takes forever to generate network stats in server.py #89

Open
lisabang opened this issue Jun 21, 2019 · 2 comments
Open

networkx takes forever to generate network stats in server.py #89

lisabang opened this issue Jun 21, 2019 · 2 comments

Comments

@lisabang
Copy link
Contributor

We initally had trouble getting the server to load the json output from term_stats because of the Apache timeout issue; our code takes more than 60 seconds to generate output. we can either precalculate network stats for given term subnetworks and serve it when the button is clicked, or come up with another way to make getting network stats faster.

@lisabang lisabang changed the title networkx takes forever to generate network stats in setup.py networkx takes forever to generate network stats in server.py Jun 22, 2019
@lisabang
Copy link
Contributor Author

The df.to_json() memory leakage issue may have something to do with this: pandas-dev/pandas#24889

@schae234
Copy link
Member

schae234 commented Jul 9, 2019

Interesting ... that would be a nice fix if it were something wrong with the df.to_json() method. Will definitely start here on our next sprint.

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