Mridul Seth

Results 248 comments of Mridul Seth

Also the `inspect.stack()` doesn't throw any error on the `main` branch, so it's coming in from some code in this PR

It's not just pydot, if I remove scipy, numpy it starts complaining about that too. After removing `scipy` from the env ``` python In [1]: import inspect In [2]: import...

> The cost of doing this is a small pollution of sys.modules!!! I'm not a 100% sure but I think this is the issue! By polluting sys.modules, this seems to...

It's locally giving the stack error for me on py3.9 too :/ (I'm using MacOS btw) In a clean python 3.9 env with nothing installed and running this bit of...

@kpetridis24 for networkx we need to work under the constraints of the pure-python plus not-too-many dependencies for the parallelization plan. We need to come up with a design where we...

For the style/format test we use `black` to format the file. So you install it locally and It will automatically reformat the file accordingly to make the CI happy. You...

I have restarted the CI, the tests shouldn't fail now :)

I really like this! Just wanted to put this bit of code here too, this uses the library [rich](https://github.com/Textualize/rich) which is great for *pretty* terminal pictures. They have an inbuilt...

@Lukong123 just a gentle ping, let me know if you have the time to add the non graphical sequence examples in this PR. If not, no worries we can do...

@vdshk Sure go ahead! To help with the review process please start a Pull Request as soon as possible, so we can have an iterative review :)