ripple-down-rules 0.5.44__py3-none-any.whl → 0.5.51__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- ripple_down_rules/__init__.py +1 -1
- ripple_down_rules/user_interface/template_file_creator.py +1 -0
- {ripple_down_rules-0.5.44.dist-info → ripple_down_rules-0.5.51.dist-info}/METADATA +2 -2
- {ripple_down_rules-0.5.44.dist-info → ripple_down_rules-0.5.51.dist-info}/RECORD +7 -7
- {ripple_down_rules-0.5.44.dist-info → ripple_down_rules-0.5.51.dist-info}/WHEEL +1 -1
- {ripple_down_rules-0.5.44.dist-info → ripple_down_rules-0.5.51.dist-info}/licenses/LICENSE +0 -0
- {ripple_down_rules-0.5.44.dist-info → ripple_down_rules-0.5.51.dist-info}/top_level.txt +0 -0
ripple_down_rules/__init__.py
CHANGED
@@ -300,6 +300,7 @@ class TemplateFileCreator:
|
|
300
300
|
if isinstance(node, ast.FunctionDef) and node.name == func_name:
|
301
301
|
exec_globals = {}
|
302
302
|
scope = extract_imports(tree=tree)
|
303
|
+
updates.update(scope)
|
303
304
|
exec(source, scope, exec_globals)
|
304
305
|
user_function = exec_globals[func_name]
|
305
306
|
updates[func_name] = user_function
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: ripple_down_rules
|
3
|
-
Version: 0.5.
|
3
|
+
Version: 0.5.51
|
4
4
|
Summary: Implements the various versions of Ripple Down Rules (RDR) for knowledge representation and reasoning.
|
5
5
|
Author-email: Abdelrhman Bassiouny <abassiou@uni-bremen.de>
|
6
6
|
License: GNU GENERAL PUBLIC LICENSE
|
@@ -808,7 +808,7 @@ then
|
|
808
808
|
return case.aquatic == 1
|
809
809
|
```
|
810
810
|
|
811
|
-
The rule tree generated from
|
811
|
+
The rule tree generated from fitting all the dataset will look like this:
|
812
812
|

|
813
813
|
|
814
814
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
ripple_down_rules/__init__.py,sha256=
|
1
|
+
ripple_down_rules/__init__.py,sha256=5wOgn3xHTOj_qbKlZtLFH5kYVP-c9elIeA2fTB2WPmM,100
|
2
2
|
ripple_down_rules/experts.py,sha256=rPRJU2py5wCopZADVWOP3Vzp077KL6ArDlkxUQ0Mh6w,12130
|
3
3
|
ripple_down_rules/helpers.py,sha256=TvTJU0BA3dPcAyzvZFvAu7jZqsp8Lu0HAAwvuizlGjg,2018
|
4
4
|
ripple_down_rules/rdr.py,sha256=FJYuRXgpUYSSK1pYrp2yeXb_ZZ2xjPED31tzxofokL4,48865
|
@@ -16,9 +16,9 @@ ripple_down_rules/user_interface/gui.py,sha256=SB0gUhgReJ3yx-NEHRPMGVuNRLPRUwW8-
|
|
16
16
|
ripple_down_rules/user_interface/ipython_custom_shell.py,sha256=24MIFwqnAhC6ofObEO6x5xRWRnyQmPpPmTvxbCKBrzM,6514
|
17
17
|
ripple_down_rules/user_interface/object_diagram.py,sha256=tsB6iuLNEbHxp5lR2WjyejjWbnAX_nHF9xS8jNPOQVk,4548
|
18
18
|
ripple_down_rules/user_interface/prompt.py,sha256=AkkltdDIaioN43lkRKDPKSjJcmdSSGZDMYz7AL7X9lE,8082
|
19
|
-
ripple_down_rules/user_interface/template_file_creator.py,sha256=
|
20
|
-
ripple_down_rules-0.5.
|
21
|
-
ripple_down_rules-0.5.
|
22
|
-
ripple_down_rules-0.5.
|
23
|
-
ripple_down_rules-0.5.
|
24
|
-
ripple_down_rules-0.5.
|
19
|
+
ripple_down_rules/user_interface/template_file_creator.py,sha256=FGtLfYBfr4310c7Dfa9b2qiOWLNzHk1q3kdhD70Ilg4,13804
|
20
|
+
ripple_down_rules-0.5.51.dist-info/licenses/LICENSE,sha256=ixuiBLtpoK3iv89l7ylKkg9rs2GzF9ukPH7ynZYzK5s,35148
|
21
|
+
ripple_down_rules-0.5.51.dist-info/METADATA,sha256=J5LXqi6FPqb7KVIhDI0xehfYDFLf1MH5agQDZ-Mpfmw,48189
|
22
|
+
ripple_down_rules-0.5.51.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
23
|
+
ripple_down_rules-0.5.51.dist-info/top_level.txt,sha256=VeoLhEhyK46M1OHwoPbCQLI1EifLjChqGzhQ6WEUqeM,18
|
24
|
+
ripple_down_rules-0.5.51.dist-info/RECORD,,
|
File without changes
|
File without changes
|