issues
search
hetio
/
hetnetpy
Hetnets in Python (relocated from dhimmel/hetio)
https://het.io/software
Other
93
stars
28
forks
source link
Optimize, refactor, and add tests to construct_pdp_query
#33
Closed
ben-heil
closed
5 years ago
ben-heil
commented
5 years ago
This PR addresses the changes recommended in #30, namely:
Find a more efficient way to find what fraction of the dwpc a pdp represents
Add tests to check that the text of the queries are what we expect before running them
Move the code shared between construct_pdp_query and construct_dwpc_query to functions
This PR addresses the changes recommended in #30, namely: