Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem in crosscuts #93

Open
m-balesdent opened this issue Jul 28, 2022 · 0 comments
Open

Problem in crosscuts #93

m-balesdent opened this issue Jul 28, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@m-balesdent
Copy link

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,

@mbaudin47 mbaudin47 added the bug Something isn't working label Sep 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants