-
Notifications
You must be signed in to change notification settings - Fork 54
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
MAC FOQUS NSException #1090
Comments
I have a vague recollection of running into a similar error a few years ago, although not in the context of FOQUS OUU. As I remember (disclaimer: all of this might be completely off-track):
I'd say that the first steps would be:
|
Josh and I were able to reproduce this with stack trace:
This was using the following (dramatically shortened) as the
Maybe this is a simple as adding a |
Here's how to reproduce:
Boom! |
First line in the .smp file is (sample size, number of inputs, number of outputs). I got this information from the PSUADE manual, page 3, read_std command. |
We should try to reproduce this and capture the python stacktrace, not just the C++ stack. |
|
@sotorrio1 needs a config file from @boverhof to reproduce this. |
@ksbeattie from your instructions how to reproduce, you don't specify what objective function you're using. Default is 'BFB.BFBRGN.GasIn.F' but I believe in this problem it should be 'BFB.Cost_coe_obj'. |
I was able to run this example without getting the NSException... I ran two different tests, one using 'BFB.Cost_coe_obj' as the bbjective and the other one using 'BFB.BFBRGN.GasIn.F' as the objective. |
@sotorrio1 will try to reproduce @ksbeattie's steps without selecting an objective function. Although, one objective should be selected by default, so it's not clear if this is a promising thing to look into. |
OUU will error out if trying to run without selecting an objective. By default first one is selected, but I manually changed it to not use an objective and hit run and it gave an error. |
I should take another try and reproducing this. |
Unfortunately, I'm still getting this error, regardless of the objective function used. |
Description
Backtrace
The text was updated successfully, but these errors were encountered: