Skip to content

Commit

Permalink
revert tests (as output is in docs for example)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyronerees committed Apr 3, 2020
1 parent ce9491c commit 85ca079
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
8 changes: 0 additions & 8 deletions libRALFit/test/nlls_python_test
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,4 @@ python ../example/Python/solve.py
RESULT=$?
[ $RESULT -ne 0 ] && exit -1

python ../example/Python/solve_weights.py
RESULT=$?
[ $RESULT -ne 0 ] && exit -1

python ../example/Python/solve_box.py
RESULT=$?
[ $RESULT -ne 0 ] && exit -1

exit 0
6 changes: 0 additions & 6 deletions libRALFit/test/solve_python.output
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
Found a local optimum at x = [ 2.54104569 0.25950480 ]
RALFit converged in 4 iterations
The cost function is 2.2471 at the minimum, and ||J^Tr||=4.10e-06
Found a local optimum at x = [ 2.44243834 0.23662757 ]
RALFit converged in 5 iterations
The cost function is 3.1858 at the minimum, and ||J^Tr||=5.72e-06
Found a local optimum at x = [ 5.00000000 0.16379777 ]
RALFit converged in 12 iterations
The cost function is 16.1985 at the minimum, and ||J^Tr||=2.70e-05

0 comments on commit 85ca079

Please sign in to comment.