Thomas Varley
Thomas Varley
I am following the example script given here: https://spyking-circus.readthedocs.io/en/latest/advanced/analysis.html `from circus.shared.parser import CircusParser` `from circus.shared.files import load_data` `from pylab import *` `params = CircusParser('yourdatafile.dat')` `results = load_data(params, 'results')` `spikes =...
When I call `print('qH =',hmod.modularity(H, K, strict))` it returns `AttributeError: 'Entity' object has no attribute 'strength'` The full code: ``` import igraph as ig import hypernetx as hnx import hypernetx.algorithms.hypergraph_modularity...
I'm running LMDE 6 on a Framework 13 notebook, and the fans never seem to turn on. I tried installing this package, but ran into the issue that the most...
I am a big fan of this plugin, but there is one thing that has been driving me a bit nuts. If I send a large chuck of text that...
**Concisely describe the proposed feature** The restriction on the size of matrices that Taichi can compute the determinant of is extremely limiting. The matrix determinant (and the log-determinant) are fundamental...