From 55fcd335baef31bb0d92d4f8bdc9b2b3e560015d Mon Sep 17 00:00:00 2001
From: Kia <kia@special-circumstanc.es>
Date: Fri, 21 Aug 2020 19:43:53 -0600
Subject: [PATCH] bug found

---
 CFGBoltzmann.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CFGBoltzmann.py b/CFGBoltzmann.py
index 27f87d7..d8589a2 100644
--- a/CFGBoltzmann.py
+++ b/CFGBoltzmann.py
@@ -375,7 +375,7 @@ class CFGBoltzmann:
         #opsite = self.indexes_to_item(root_of_tree, operation_site_index)
 
 
-        generated_string = self.Gprim(nonterminal_index, chosen_production, depth, requested_length, depth,  root_of_tree, operation_site_index)
+        generated_string = self.Gprim(nonterminal_index, chosen_production, 0, requested_length, depth,  root_of_tree, operation_site_index)
 
         return generated_string
 
-- 
GitLab