Leo Torres
Leo Torres
The following ```python class MyClass: def method(self): ic() MyClass().method() ``` prints something along the lines of `ic| test.py:3 in method() at 10:00:24.509`. Is there a way to include the class...
Here is an excerpt the docstring provided for `BasePlot.set_nodecolors`: ``` """ If `nodecolors` is a `string`, all nodes will carry that color. If `nodecolors` is a `list` or `tuple`, then...
[This paragraph](https://docs.mathjax.org/en/latest/web/configuration.html#configuration) in the `latest` documentation reads: > The sections below describe the different places you could put such a configuration. For information on the options that you can set...
Are there any plans to do this? Is this already implemented?
The documentation says this needs a backend server such as RTD. Is there a way of testing this locally? Thanks
The mathjax script is not being added on direct templates that include math that should be rendered. `pelicanconf.py` ``` DIRECT_TEMPLATES = ['index'] ``` Then `index.html` won't have the mathjax script...
As per #152, certain functions do not handle empty hypergraphs well. In fact, most of the library has been written without empty hypergraphs in mind. There are a few ways...
See #141. 1. Implements categorical and numerical stats. Numerical stats are exactly the same as the stats we already had. Categorical stats are the same EXCEPT that some methods now...
Currently, the stats package treats all NodeStat and EdgeStat objects the same. But some of them, e.g. node attributes, tend to be string-valued and thus categorical. In particular, the `.mean(),...
I'm just wondering if we still wanted to implement this solution https://github.com/ComplexGroupInteractions/xgi/issues/28#issuecomment-997406815 that we seemed to agree on. But then we didn't implement it. Namely, something more like ```python H...