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:
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:
Output:
Environment Windows 11, latest github versions of all the following: