Reliability Test: Do not allow splits greater than the number of variables. 20120215030501/pspp
authorJohn Darrington <john@darrington.wattle.id.au>
Tue, 14 Feb 2012 10:13:15 +0000 (11:13 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Tue, 14 Feb 2012 17:54:27 +0000 (18:54 +0100)
commit17d24f693f92db39158e0204d7125c5c0b9b5009
treebd486b099880c3f01860ff150f57c48e07e5d3e5
parent2f7a0cf0bc8272503aa009edfe6d1b7388dad54c
Reliability Test: Do not allow splits greater than the number of variables.

It's not meaningful to have a split point which is greater than the number
of variables (and not useful when they are equal).  And the system was
exhaughsting its memory when such a test was run.  This change therefore
disallows such a combination and updates the behaviour of the GUI accordingly.
src/language/stats/reliability.c
src/ui/gui/psppire-dialog-action-reliability.c