-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
Labels
bugSomething isn't workingSomething isn't working