aboutsummaryrefslogtreecommitdiff
path: root/gn/data
diff options
context:
space:
mode:
authorPjotr Prins2023-12-21 15:28:51 +0100
committerPjotr Prins2023-12-21 15:28:51 +0100
commite68a6a4b879da45b9919459e36e447603a55334e (patch)
tree41a17a536d66c66bf45014a648f348386d284eb9 /gn/data
parent93fc6fd6685e714989d2b5d8ec9bded696cb0970 (diff)
downloadgn-guile-e68a6a4b879da45b9919459e36e447603a55334e.tar.gz
Precompute
Diffstat (limited to 'gn/data')
-rw-r--r--gn/data/dataset.scm2
-rw-r--r--gn/data/genotype.scm2
2 files changed, 2 insertions, 2 deletions
diff --git a/gn/data/dataset.scm b/gn/data/dataset.scm
index 5e81d1e..3d96663 100644
--- a/gn/data/dataset.scm
+++ b/gn/data/dataset.scm
@@ -1,5 +1,5 @@
(define-module (gn data dataset)
- #:use-module (json)
+ ;; #:use-module (json)
#:use-module (ice-9 match)
#:use-module (ice-9 format)
#:use-module (ice-9 iconv)
diff --git a/gn/data/genotype.scm b/gn/data/genotype.scm
index c7cb63c..a12deee 100644
--- a/gn/data/genotype.scm
+++ b/gn/data/genotype.scm
@@ -1,5 +1,5 @@
(define-module (gn data genotype)
- #:use-module (json)
+ ;; #:use-module (json)
#:use-module (ice-9 match)
#:use-module (ice-9 format)
#:use-module (ice-9 iconv)