summaryrefslogtreecommitdiff
path: root/issues/gemma
diff options
context:
space:
mode:
authorPjotr Prins2022-02-17 07:12:51 -0600
committerPjotr Prins2022-02-17 07:12:51 -0600
commit0d67f4344b8e5a543ac9f34c21dfd83559bba67a (patch)
tree88e820138e8837933e3b40e6cc056ef064e57672 /issues/gemma
parent50aaadfba310275587b4279db17b77c5ca014a60 (diff)
downloadgn-gemtext-0d67f4344b8e5a543ac9f34c21dfd83559bba67a.tar.gz
2x closed issues
Diffstat (limited to 'issues/gemma')
-rw-r--r--issues/gemma/GSL_ERROR_function_value_is_not_finite_in_brent.c-issue210.gmi2
-rw-r--r--issues/gemma/gemma-wrapper-has-incomplete-files.gmi2
2 files changed, 4 insertions, 0 deletions
diff --git a/issues/gemma/GSL_ERROR_function_value_is_not_finite_in_brent.c-issue210.gmi b/issues/gemma/GSL_ERROR_function_value_is_not_finite_in_brent.c-issue210.gmi
index 23ad3e5..fdb6a98 100644
--- a/issues/gemma/GSL_ERROR_function_value_is_not_finite_in_brent.c-issue210.gmi
+++ b/issues/gemma/GSL_ERROR_function_value_is_not_finite_in_brent.c-issue210.gmi
@@ -91,3 +91,5 @@ GSL ERROR: function value is not finite in newton.c at line 88 errno 9
```
@hrwang had a good suggestion to make sure that the output for the SNP is made invalid and to continue processing. Disabling the error handler let GEMMA continue. I added a check for the status flag to make sure output was set to invalid (nan). In the test set 178 out of 72732 SNPs failed.
+
+* closed
diff --git a/issues/gemma/gemma-wrapper-has-incomplete-files.gmi b/issues/gemma/gemma-wrapper-has-incomplete-files.gmi
index d530fb4..185c5d4 100644
--- a/issues/gemma/gemma-wrapper-has-incomplete-files.gmi
+++ b/issues/gemma/gemma-wrapper-has-incomplete-files.gmi
@@ -40,3 +40,5 @@ One solution is to write a lock file using the inputs as a hash. The lock file c
I added the same code to replace sheepdog locks. Sheepdog is running every minute on our machines so it is a great test case.
=> https://github.com/pjotrp/deploy/commit/4790b81ee897c8244280169edb3cac751eb0a9b3 sheepdog locking
+
+* closed