NREL / buildstock-query

BuildStockQuery is a python library for querying datasets generated by ResStock™ and ComStock™.
https://nrel.github.io/buildstock-query/
BSD 3-Clause "New" or "Revised" License
9 stars 1 forks source link

Refactor for better type hints and validation #21

Closed rajeee closed 1 year ago

rajeee commented 1 year ago

Pull Request Description

Simplify parameters injection to query functions while preserving existing syntax for using them. Add parameter validation. Comprehensive type hinting.