pywr / pywr-next

An experimental repository exploring ideas for a major revision to Pywr using Rust as a backend.
6 stars 4 forks source link

Add a diff tool #160

Open jetuk opened 5 months ago

jetuk commented 5 months ago

A useful addition (that is easier here than in v1.x because of the schema) would be a tool that gives the difference between two models. Conventional JSON diff tools might struggle if the ordering of components (e.g. nodes or parameters) are different. A tool here could match on type/name and show differences at a component level.