Skip to content

Demo notebook fails due to recent changes #1

Description

@Eisenh

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions