mobook / MO-book

Hands-On Optimization with Python
MIT License
153 stars 40 forks source link

Issue on page /notebooks/04/power-network.html #65

Closed nfbvs closed 3 months ago

nfbvs commented 1 year ago

Probably also relevant: in nodes.csv the first (nameless) column is a duplicate of the node_id column. This column is used as an index, but has duplicated values.

alessandrozocca commented 3 months ago

Thank you for catching all these typos and inconsistencies. The latest commit fixes them.

The .csv file is indeed imported with a dubious choice for the index, but I believe it doesn't cause any issues in the notebook.