Tim LaRock

Results 5 issues of Tim LaRock

I want to use the same node positions to draw a few different hypergraphs on the same set of nodes. My lazy approach was to draw the first hypergraph with...

I'm wondering if it is necessary to use `Conda.jl` to manage `matplotlib`, `pandas`, and `networkx`, or if that is just offered out of convenience? All are available via `pip`, which...

**Description of bug** May be more of a limitation than a bug, especially given the experimental status of this piece of code. I am running into `StackOverflowError`s when comparing graphs...

bug

I think this is probably related to #5. When I try to use the `ConditionalModel` class, I get `TypeError: __init__() missing 2 required positional arguments: 'features' and 'samplespace'` from the...

I was looking at the `generators` module and noticed that there is no documentation for [`watts_strogatz_hypergraph`](https://github.com/xgi-org/xgi/blob/98a46e9d128a4eeff3f370d2bc3d37d3d9b370d9/xgi/generators/random.py#L436). While reading the source is enough to broadly understand the generation process, I am...

documentation