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

refactor: Add LoadArgs to capture schema loading arguments. #148

Closed jetuk closed 3 months ago

jetuk commented 4 months ago

This reduces the number of arguments to schema loading functions, and will make maintaining those arguments easier in future.