qsliu / geoda

Automatically exported from code.google.com/p/geoda
GNU General Public License v3.0
0 stars 0 forks source link

Regression - save to table crashes GeoDa #198

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
After running a regression, clicking the Save to Table button crashes the 
program

Original issue reported on code.google.com by lanse...@gmail.com on 14 Jul 2015 at 8:54

GoogleCodeExporter commented 8 years ago
see also #108

Original comment by lanse...@gmail.com on 14 Jul 2015 at 8:58

GoogleCodeExporter commented 8 years ago
fix in >= 1.7.39

Original comment by lixun...@gmail.com on 15 Jul 2015 at 2:44

GoogleCodeExporter commented 8 years ago
GeoDa 1.7.39 (beta), 14 July 2015

This works now (tested on ncovr).

Can we hide the check box and only leave "add variable"? When you select "add 
variable" the checkbox is automatically checked. But when you check the 
checkbox, you can't click OK until you select "add variable." If you "add 
variable" and the uncheck the checkbox, the variable is nevertheless added to 
the table, so the checkbox doesn't add anything beyond the "add variable" 
option.

Original comment by jkoschin...@gmail.com on 15 Jul 2015 at 5:38

Attachments:

GoogleCodeExporter commented 8 years ago
Fix this issue by enabling the checkbox working:  if checkbox is selected, the 
results will be saved, otherwise, the results won't be saved.

Note: if clicked "Add Variable", then a new field/column with 0 values will be 
added to table. Then, if uncheck the box, the results of "predicted value' or 
"residual" won't be saved to table. 

Fix is proposed in ci 3720.

Fix will be in build >= 1.7.45

Original comment by lixun...@gmail.com on 21 Jul 2015 at 12:55

GoogleCodeExporter commented 8 years ago
Verified MacOSX and Win: Fixed now and new variables are added to the end of 
the list of variables (Mac) and to the beginning of the list (Win) in the 
regression dialog. Saved to table ok in Mac and Win.

Original comment by jkoschin...@gmail.com on 27 Jul 2015 at 12:31