IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

source: trunk/psLib/test/math

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @42822   15 months eugene remove old deprecated tests, add some new ones
(edit) @42336   3 years eugene merge from branches/eam_branches/psLib.20230123: rework of psSpline …
(edit) @41896   5 years eugene merge changes from eam_branches/ipp-dev-20210817 (fix chebyshevs 1D, …
(edit) @38065   11 years eugene add some test scripts
(edit) @35767   13 years eugene add new psMinimizeLMChi2 function with new convergence criterion; add …
(edit) @31152   15 years eugene consolidate multiple FITTED stats; updates to psImageBackground based …
(edit) @30595   15 years eugene psKernelAlloc now reports file & line; fix bug in psKernelTruncate; …
(edit) @30077   16 years eugene merge sample data tests from eam branch
(edit) @28998   16 years eugene added pre-ffted kernel convolutions, changed minimization to accept …
(edit) @24321   17 years giebink time tests moved
(edit) @24320   17 years giebink operational time test
(edit) @24319   17 years giebink operational time test
(edit) @24087   17 years eugene add a test for an example ill-conditioned matrix
(edit) @24083   17 years eugene reinstate tests with segfaults to remind us to fix them; modify …
(edit) @24072   17 years eugene delete deprecated test
(edit) @24020   17 years eugene add test of specific problem images for psMatrixGJSolve
(edit) @24019   17 years eugene ignore tap_psMatrix08
(edit) @23259   17 years Paul Price Changing API for psRandomAlloc() to make it easier to be …
(edit) @22714   17 years Paul Price Removing unnecessary .cvsignore files.
(edit) @17567   18 years eugene various test fixes and cleanups
(edit) @17529   18 years eugene fixing problems with histogram counting
(edit) @17515   18 years eugene merging from eam_branch_20080430 : cleanups for tests, minor fixes …
(edit) @16793   18 years Paul Price Adding psPolynomialMD --- multidimensional polynomial fitting (without …
(edit) @13801   19 years Paul Price Adding tap_psSpline1D. Updating .cvsignore files.
(edit) @13376   19 years Paul Price Removing file that seems to be unavailable.
(edit) @13337   19 years gusciora Expandeing test coverage.
(edit) @13308   19 years gusciora Got rid of tests for unallowed polynomial type (moved elsewhere).
(edit) @13307   19 years gusciora Moved the unallowed polynomial type test here.
(edit) @13305   19 years gusciora Basically, added additional tests to increase overall coverage of …
(edit) @13127   19 years gusciora Small changes to fix latest bugs.
(edit) @13125   19 years gusciora These are now in tap_psHistogram.c
(edit) @13124   19 years gusciora Added tabular file of all psLib functions in Chapter 6 of the SDRS …
(edit) @13123   19 years gusciora Added tabular file of all psLib functions in Chapter 6 of the SDRS …
(edit) @13084   19 years gusciora Removed psLogMsg() calls from the test code.
(edit) @12783   19 years gusciora * empty log message *
(edit) @12781   19 years gusciora This is a fairly large checkin. Most of the files were modified so …
(edit) @12607   19 years jhoblitt s/is_float/is_float/g s/is_float_tol/is_float_tol/g …
(edit) @12513   19 years jhoblitt disable unnecessary diag() calls
(edit) @12431   19 years Paul Price Removing complex number support. No-one was using it, and it prevents …
(edit) @12247   19 years gusciora Adjusted plan_tests() arg.
(edit) @12246   19 years gusciora Removed the psVector->n++ increments.
(edit) @12242   19 years gusciora I recalculated the correct values for the sample-mean tests with an …
(edit) @12211   19 years gusciora Corrected simple problems.
(edit) @12199   19 years gusciora Corrected the x-order for the polynomial fits.
(edit) @12094   19 years gusciora Made several changes to keep the tap tests up-to-date with recent src …
(edit) @11686   19 years jhoblitt update psAbort() API: add noreturn attribute remove unneeded …
(edit) @11685   19 years gusciora Fixed small compiler errors due to new compile flags.
(edit) @11661   19 years gusciora Fixed test
(edit) @11656   19 years gusciora Modified the plan_test() args for Stats. Modified the actual test code …
(edit) @11424   19 years gusciora Corrected the plan_tests() args.
(edit) @11423   19 years gusciora Corrected the plan_tests() args.
(edit) @11422   19 years gusciora Corrected small problem with unallowed type allocation.
(edit) @11420   19 years gusciora Corrected plan_tests() arguments.
(edit) @11397   19 years gusciora Improved skip macro placement for the PolyEval files. Fist version of …
(edit) @11374   19 years gusciora Latest version. Removed VERBOSE macro.
(edit) @11265   19 years jhoblitt merge jch-memory branch - overhaul of memory subsystem
(edit) @10945   20 years gusciora First version for these.
(edit) @10848   20 years magnier changed return value for psVectorFit functions to bool; now using …
(edit) @10831   20 years gusciora First Version.
(edit) @10820   20 years gusciora First libtap version for these.
(edit) @10816   20 years gusciora First version of these in libTap format.
(edit) @10813   20 years gusciora First tap version of the histogram stuff.
(edit) @10774   20 years magnier further tests
(edit) @10740   20 years gusciora Fixed a couple of tests.
(edit) @10735   20 years gusciora This is my first attempt at converting an old test routine to the new …
(edit) @10605   20 years magnier added polynomial copy, recycle, derivative functions, derivative tests
(edit) @10597   20 years magnier adding polynomial derivatives tests
(edit) @10550   20 years magnier - moved psHistogram functions to psHistogram.c,h (pslib_strict.h, …
(edit) @10395   20 years magnier fitted Mean now respects the binsize option
(edit) @10384   20 years magnier added tests for specific failures of psStats fitted mean
(edit) @10309   20 years Paul Price Adding MD5 hash calculation
(edit) @10193   20 years magnier added tap output programs to .cvsignore
(edit) @10170   20 years magnier added test for non-normal matrix equation
(edit) @10166   20 years magnier added stats tests
(edit) @10016   20 years magnier added tap_psSparse
(edit) @10015   20 years magnier finished initial psSparse tests
(edit) @10010   20 years magnier added tap tests for psSparseBorder functions
(edit) @8958   20 years jhoblitt only use TESTS if BUILD_TESTS is set
(edit) @8841   20 years Paul Price Adding --enable-tests to configure script, to allow choice as to when …
(edit) @8810   20 years jhoblitt remove stderr/stdout files from the defunct test framework
(edit) @8718   20 years jhoblitt disable all non-tap tests and stop distributing "verified" directories
(edit) @7999   20 years Paul Price Replacing p_psGetStatValue with two functions: psStatsSingleOption …
(edit) @7998   20 years Paul Price Adding gmon.out to CLEANFILES
(edit) @7985   20 years Paul Price Adding output of coverage testing to CLEANFILES and .cvsignore
(edit) @7884   20 years jhoblitt link the test drivers against the libpslib.la libtool archive instead …
(edit) @7380   20 years Paul Price Merging the pslib "additional" functions from the modules into psLib …
(edit) @7210   20 years Paul Price Adding emacs temporary files to CLEANFILES
(edit) @7182   20 years drobbin fixed stdout so all machine outputs will match.
(edit) @7181   20 years drobbin Added verbose setting to test to turn off data values output. (causes …
(edit) @7180   20 years drobbin check in changes. Output is said to be verified by paul price. minor …
(edit) @7166   20 years Paul Price Adding reporting of how many values were clipped.
(edit) @7160   20 years Paul Price Increasing number of data points, using sigma instead of multiplier …
(edit) @7137   20 years Paul Price Increasing number of data values. Increasing background value (makes …
(edit) @7136   20 years Paul Price Increasing background value (it makes the test a bit harder to fail, …
(edit) @7131   20 years Paul Price Updating stats tests, following update to psStats.c
(edit) @7130   20 years Paul Price Better test for psMinimize --- fitting a Gaussian, and comparing …
(edit) @7118   20 years drobbin Updated outputting message in EOC. (Added VERBOSE option, set default …
(edit) @7111   20 years drobbin just text formatting.
(edit) @7110   20 years drobbin reset stderr. Warning messages missing from output, should be okay.
(edit) @7109   20 years drobbin Reset error outputs. (just a psWarning was removed at some point from …
Note: See TracRevisionLog for help on using the revision log.