Skip to content

Return type Try for NewtonRaphsonPF#calculate #9

Description

@ckittl

def calculate(
operationPointUnordered: Array[PresetData],
initData: Option[StartData] = None
): PowerFlowResult = {

Currently, only a PowerFlowResult is given back. However, if something unexpected does occur and an exception happens, this is not covered and the calling code crashes directly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions