Open bl-young opened 1 year ago
Methods have become increasingly complex and split across multiple files. It would be nice to have a function in the API that can grab the full combined method, e.g., what comes out of load_yaml_dict() https://github.com/USEPA/flowsa/blob/f7fabfbf2cef3920780920d147ffbb089fbce9eb/flowsa/flowby.py#L1986-L1987
load_yaml_dict()
Methods have become increasingly complex and split across multiple files. It would be nice to have a function in the API that can grab the full combined method, e.g., what comes out of
load_yaml_dict()
https://github.com/USEPA/flowsa/blob/f7fabfbf2cef3920780920d147ffbb089fbce9eb/flowsa/flowby.py#L1986-L1987