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

[BUG] TemporalNetwork object slow #36

Open
wiheto opened this issue Mar 17, 2019 · 4 comments
Open

[BUG] TemporalNetwork object slow #36

wiheto opened this issue Mar 17, 2019 · 4 comments
Projects

Comments

@wiheto
Copy link
Owner

wiheto commented Mar 17, 2019

Been reported in emails that TemporalNetwork can be slow.

It was a little unclear in correspondence if this was a dense or sparse matrix. But the problem is probably when there is no need to make very dense matrices have a sparse representation.

Probably fix: add flag for TemporalNetwork to remain dense.

@wiheto
Copy link
Owner Author

wiheto commented May 1, 2019

Dense networks have been added to TemporalNetwork object whenever 25% of edges are present.

@wiheto
Copy link
Owner Author

wiheto commented May 6, 2019

There is still slowness in general regarding temporalnetwork representation.

Currently confirmed in:

  • temporal participation coefficient

Will check others.

@wiheto
Copy link
Owner Author

wiheto commented May 10, 2019

Fixed in 82a5fbb

@wiheto wiheto closed this as completed May 10, 2019
@wiheto
Copy link
Owner Author

wiheto commented Jun 23, 2019

Still too slow.

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

No branches or pull requests

1 participant