Arash Badie-Modiri
Arash Badie-Modiri
**Exact location of issue** Everywhere. The wrong latex file is being shown. **Problem details** [ArXiv handels supplementary materials](https://arxiv.org/help/submit_tex#autoignore) by compiling them and concatenating them at the end of the main...
### Feature or Bugfix - Bugfix ### Purpose - Fixes python signature regex to successfully parse simultaneous annotations of function and return type. ### Detail Python domain fails to match...
Unless I'm seriously mistaken as to how this is supposed to work, the number of edges produced by `uniform_erdos_renyi_hypergraph` is off by a factor of $m!$. ```python import xgi import...
The `implicit_event_graph`, `component`, `component_size` and `component_size_estimation` classes do not have documentation for their methods.
matching Arabic and Persian words. [test in regexpal.com](http://regexpal.com/?flags=g®ex=[a-zA-Z0-9_u0392-u03c9%D9%80u0600-u06FF]%2B|[u4E00-u9FFFu3400-u4dbfuf900-ufaffu3040-u309fuac00-ud7af]%2B&input=salam%20salam%20%D8%B3%D9%84%D8%A7%D9%85%20salam%0A%0A%D8%A7%DB%8C%D9%86%20%D8%AE%DB%8C%D9%84%DB%8C%20%D8%AE%D9%88%D8%A8%D9%87!%20%DA%A9%DA%86%D9%84%20%DA%A9%D9%84%D8%A7%DA%86%D9%87.)
وقتی دو جداکننده با عرض صفر (ZWNJ) پشت سر هم میآیند یکی باید حذف شود وقتی جداکننده با عرض صفر قبل از حرفی که به قبلی نمیچسبد میچسبد میآید باید...
Currently the `relabel_nodes` test only checks number of nodes and edges. It should check that the two graphs are isomorphic, but the hypothetical `dag::is_isomorphic` function doesn't exist yet. Maybe worth...
Make sure `Distribution` and `ResDistribution` churn out something that is castable to `EdgeT::TimeType` in `random_events()`. Possibly through a requires clause.
It also should probably be renamed into `dag::relabel_vertices`, providing a variant that takes a vector/mapping of labels.
Add `edge_*_assortativity()` for parity with vertex `*_assortativity()` functions.