You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: