QSD-Group / QSDsan

Quantitative Sustainable Design (QSD) of sanitation and resource recovery systems.
https://qsdsan.com
Other
30 stars 12 forks source link

BioSTEAM's QDSsan test not running. #72

Closed yoelcortes closed 2 years ago

yoelcortes commented 2 years ago

Hi!

Just a heads up, I think the latest qsdsan merge had some name changes that stop BioSTEAM's QDSsan test from running.

To Reproduce Input:

def test_dyn_sys():
    from qsdsan import processes as pc, sanunits as su, set_thermo, System
    import numpy as np
    from numpy.testing import assert_allclose
    cmps = pc.load_asm1_cmps()
test_dyn_sys()

Output:

AttributeError: module 'qsdsan.processes' has no attribute 'load_asm1_cmps'

Environment Windows 11, latest github versions of all the following:

yalinli2 commented 2 years ago

Ahhh I forgot to fix biosteam's tests, it's fixed now and thanks @yoelcortes for posting the issue!

PS, sleek new doc page for biosteam/thermosteam!

yoelcortes commented 2 years ago

Thanks!