-
At this point, we have lots of great functionality for drawing. The draw.py file is now ~1.5k lines! I'm wondering if we should
1. Organize the functions (some are drawing utilities, some only draw…
-
For
```python
import xgi
H = xgi.sunflower(3, 1, 50)
xgi.draw(H, node_size=5)
```
the plot looks like
![image](https://github.com/xgi-org/xgi/assets/8760347/ec6b4f1b-6061-4cba-8991-842fb680dbf2…
-
Hi all,
I am using kahypar (python version) on a hypergraph. My question is how to customize the size of the block(i.e. partiton a hypergraph into k blocks, and the capacity of each block is fixed an…
-
Unit tests for the hyperedge class are not running.
Going back in the commit history, it seems that the issue arose when the unit test module was removed in favor of pytest. However, pytest requir…
-
The new ENVs do not work
"manyagent_swimmer", "manyagent_ant", "coupled_half_cheetah"
example
```python
$ py test.py # 'scenario': 'manyagent_swimmer'
[HyperEdge({rot1, rot0}), HyperEdge({rot…
-
I am attempting to specify my own colors for each edge size in a hypergraph, but (a) it is turning out to be very cumbersome and (b) it doesn't work. Here is my minimal "working" example:
```python…
-
Hi all,
I am running kahypar (python version) on a hypergraph with 800 nodes and 20,208 edges, with k=10 and cut_kKaHyPar_sea20.ini. It takes more than 1 hour and still not finish. Is this expecte…
-
Hello!
The following question came up when I was running and using K-SpecPart, and I hope someone can help answer it. The version I use of julia is version 1.6.6 (2022-03-28) because I didn't find ve…
-
`H_hypergraph` is a weighted hypergraph, with 9 nodes and only triangles. With this code I got a plot with all the nodes very close to each other in the center of the figure. Is there a way in which i…
-
Dear developers,
I am trying to run K-SpectPart with other hmetis HyperGraphs but I am always getting the same error. Julia v1.6.7 and all packages and OS dependencies installed.
`SpecPart.specp…