Dilara Tekinoglu

Results 8 comments of Dilara Tekinoglu
trafficstars

Hello @MridulS , I am continuously getting the following error: make: *** [Makefile:20: html] Error 1 Do you have any idea about what could be the reason?

Thank you @MridulS it passes the checks now 😄 I initally included a quiz cell which requires user input, but I thought that it is not supported. Thus, I removed...

@MridulS how can I apply lint pre-commit changes for the notebooks?

Thank you @rossbar , I will be looking into it.

I created the subgraph induced on nodes in your first example: ![image](https://user-images.githubusercontent.com/79102788/180567061-b78249b5-6156-48e9-9f11-44c034ad92ff.png) As @U-238 told, total path length of 233 is 7, whereas it is 8 for 236. But I...

I made the new method private so that `nx.draw_networkx_edges` directly calls it if the input graph is a multigraph. However, I have the following problem: I designed `_draw_networkx_multigraph_edges` method such...

Almost all the test cases are failing for `draw_networkx_edges()` now, and I could not identify the reason. For example, `test_single_edge_color_undirected(edge_color, expected, edgelist)` is giving the following result for the current...