やりたいこと
以下のedgeを追加したいが、エラーがでます。
python
1tG.add_edge[((3,1.0),(5, 200.0),{'time': 1000, 'cost': 3000})] 2nx.write_edgelist(tG, "時間拡大.edgelist")
エラー内容
TypeError Traceback (most recent call last) <ipython-input-4-e79c246f4ba9> in <module> ----> 1 tG.add_edge[((3,1.0),(5, 200.0),{'time': 1000, 'cost': 3000})] 2 nx.write_edgelist(tG, "時間拡大.edgelist") TypeError: 'method' object is not subscriptable
よろしくお願い致します。
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。