Skip to content

PcSaftParameters.from_records can not be used without binary parameters #28

Description

@prehner
c1 = PureRecord(Identifier(), 1.0, PcSaftRecord(1, 3.0, 150.0))
c2 = PureRecord(Identifier(), 1.0, PcSaftRecord(1, 3.0, 150.0))
func = HelmholtzEnergyFunctional.pcsaft(PcSaftParameters.from_records([c1, c2]))

can not be run due to a missing argument. Passing an empty list results in an unwrap error.

Metadata

Metadata

Assignees

Labels

corerelated to features in feos-core

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