Closed Sirius2713 closed 2 years ago
Hey folks! I'm having a problem while running this code:
nx.draw(actor_network, with_labels=True, font_weight='bold')
in homework 3. The error message is:
NetworkXError: random_state_index is incorrect
I searched before and upgraded my decorator package as Stackoverflow guided, but it didn't work. Could anyone provide some advice? Thanks a lot for your help.
decorator
Hey folks! I'm having a problem while running this code:
nx.draw(actor_network, with_labels=True, font_weight='bold')
in homework 3. The error message is:
NetworkXError: random_state_index is incorrect
I searched before and upgraded my
decorator
package as Stackoverflow guided, but it didn't work. Could anyone provide some advice? Thanks a lot for your help.