From 0e4d86a2918d9bf9a8e59dcc82606db89ab8b02b Mon Sep 17 00:00:00 2001
From: Benjamin Auder <benjamin.auder@somewhere>
Date: Wed, 11 Mar 2020 13:43:04 +0100
Subject: [PATCH] Errors still there. Add a new one (hopefully related)

---
 TODO | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/TODO b/TODO
index fed6eff..d9f02eb 100644
--- a/TODO
+++ b/TODO
@@ -13,3 +13,11 @@ Error in out[[ind_uniq[l]]] :
 
 ==> Error identified: line 61 in initSmallEM.R, division by 0
 It occurs also for smallers values of n and m, e.g.: n = 20; m = 20; p = 3
+
+=====
+
+Also:
+X <- matrix(runif(100), nrow=50)
+Y <- matrix(runif(100), nrow=50)
+(...)
+Error: cannot allocate vector of size 16.0 Gb
-- 
2.44.0