You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1st issue:
Email from a user:
I was playing around with the limit surface search capability in Raven. I modified the convergence criterion in the file tests/framework/Samplers/AdaptiveLimitSurfaceSearch/test_adaptive_sampler.xml to read
2nd issue:
If the goal function of the test in raven/tests/framework/user_guide/AdaptiveSamplingStrategies/adaptiveSamplingLSsearch.xml is modified as the attached one, the code crashes (see attached log file)
What did you see instead?
1st issue:
However, after a few iterations, raven stopped with the message "IndexError: pop from empty list". (If I use weight="value", then raven runs to completion.) 2nd issue:
Crash of the code:
self.matrixDict = {varName: dataSet[varName].values for varName in self.variableDist}
TypeError: 'NoneType' object has no attribute '__getitem__'
Please attach the input file(s) that generate this error. The simpler the input, the faster we can find the issue.
alfoa
changed the title
adaptive sample crash if multi grid is used by a user
adaptive sample crash if multi grid is used by a user and crash if user guide test is slightly modified
Aug 22, 2018
Email:
Dear users,
Recently a user reported a defect in case a multi-grid LimitSurface approach was used.
The issue was appearing when a Limit Surface was not identified within a number of iteration == persistence number. The multi-grid was trying to refine the search even if no starting LS was identified. This caused the code to crash.
As PR #762, the issue has been solved and a check has been added.
Thanks
The Raven team
* first step...modified working dir of some input files and modified the check coverage script
* modified checkcoverage
* reverted modification in test_adaptive_sampler.xml
* modified location of TestXSD
* fixed check coverage
* added new package for coverage
* Closes#704
* added check if dir exists
* fixed XSD
* added the possibility in InterfacePP to set multiple possible input type with a | symbol
* added doxygen config file
* updated Doxygen
Issue Description
What did you expect to see happen?
1st issue:
Email from a user:
I was playing around with the limit surface search capability in Raven. I modified the convergence criterion in the file tests/framework/Samplers/AdaptiveLimitSurfaceSearch/test_adaptive_sampler.xml to read
2nd issue:
If the goal function of the test in
raven/tests/framework/user_guide/AdaptiveSamplingStrategies/adaptiveSamplingLSsearch.xml
is modified as the attached one, the code crashes (see attached log file)What did you see instead?
1st issue:
However, after a few iterations, raven stopped with the message "IndexError: pop from empty list". (If I use weight="value", then raven runs to completion.)
2nd issue:
Crash of the code:
Please attach the input file(s) that generate this error. The simpler the input, the faster we can find the issue.
1st issue:
tests/framework/Samplers/AdaptiveLimitSurfaceSearch/test_adaptive_sampler.xml
2nd issue:
tests/framework/user_guide/AdaptiveSamplingStrategies/adaptiveSamplingLSsearch.xml
fail.log
goalFunction.py.txt
For Change Control Board: Issue Review
This review should occur before any development is performed as a response to this issue.
For Change Control Board: Issue Closure
This review should occur when the issue is imminently going to be closed.
The text was updated successfully, but these errors were encountered: