I think the recent changes to the feos structure broke this demo. It fails at the imports
from feos.si import * # SI units and constants
from feos.eos import * # equation of state objects
from feos.pcsaft import * # parameter objects
And when replaced by
from feos import *
The next cell throws an error:
NameError: name 'SIArray1' is not defined
I think the recent changes to the feos structure broke this demo. It fails at the imports
And when replaced by
from feos import *The next cell throws an error:
NameError: name 'SIArray1' is not defined