|
from idaes.core.surrogate.pysmo import sampling |
Possible solutions (in rough order of increasing effort needed):
- Make the availability of the Pysmo sampling schemes contingent on whether Pysmo is importable (i.e. making
idaes-pse an optional, rather than required, dependency)
- Copy the code from Pysmo to this repository
- Look into whether Pysmo can be made distributable as a standalone package independently from
idaes-pse