Skip to content

Problem in crosscuts #93

@m-balesdent

Description

@m-balesdent

Hello,

We try to reproduce crosscuts for a function that have different bounds depending on the input variables. It seems that in lines 88 and 89 of the CrossCutFunction.py file,
crossCutLowerBound = [lowerBound[i], lowerBound[j]]
crossCutUpperBound = [upperBound[i], upperBound[j]] ;
the indices i and j should be inversed :
crossCutLowerBound = [lowerBound[j], lowerBound[i]]
crossCutUpperBound = [upperBound[j], upperBound[i]]

to give appropriate bounds on the cross-cut plots.

Regards,

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions