changeset 79:0122965378c7 draft

Uploaded
author luca_milaz
date Fri, 19 Jul 2024 19:47:35 +0000
parents aa1f89b66721
children 74b162f74f4a
files marea_2/custom_data_generator.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/marea_2/custom_data_generator.py	Fri Jul 19 19:45:39 2024 +0000
+++ b/marea_2/custom_data_generator.py	Fri Jul 19 19:47:35 2024 +0000
@@ -137,7 +137,7 @@
         if reaction.reaction 
     }
 
-    return reactionUtils.create_reaction_dict(bounds)
+    return bounds
 
 
 ###############################- FILE SAVING -################################