ripple-down-rules 0.6.26__py3-none-any.whl → 0.6.27__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/rdr.py +0 -1
- {ripple_down_rules-0.6.26.dist-info → ripple_down_rules-0.6.27.dist-info}/METADATA +1 -1
- {ripple_down_rules-0.6.26.dist-info → ripple_down_rules-0.6.27.dist-info}/RECORD +7 -7
- {ripple_down_rules-0.6.26.dist-info → ripple_down_rules-0.6.27.dist-info}/WHEEL +0 -0
- {ripple_down_rules-0.6.26.dist-info → ripple_down_rules-0.6.27.dist-info}/licenses/LICENSE +0 -0
- {ripple_down_rules-0.6.26.dist-info → ripple_down_rules-0.6.27.dist-info}/top_level.txt +0 -0
ripple_down_rules/__init__.py
CHANGED
ripple_down_rules/rdr.py
CHANGED
@@ -534,7 +534,6 @@ class RDRWithCodeWriter(RippleDownRules, ABC):
|
|
534
534
|
rule.conclusion.scope = scope
|
535
535
|
for rule in rules_not_found:
|
536
536
|
if isinstance(rule, MultiClassTopRule):
|
537
|
-
import pdb; pdb.set_trace()
|
538
537
|
rule.parent.set_immediate_alternative(rule.alternative)
|
539
538
|
if rule.refinement is not None:
|
540
539
|
ref_rules = [ref_rule for ref_rule in [rule.refinement] + list(rule.refinement.descendants)]
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: ripple_down_rules
|
3
|
-
Version: 0.6.
|
3
|
+
Version: 0.6.27
|
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
|
@@ -1,7 +1,7 @@
|
|
1
|
-
ripple_down_rules/__init__.py,sha256=
|
1
|
+
ripple_down_rules/__init__.py,sha256=TaxvqRWwXyeD_ETYnf_G3Z5VlbdhClbNpLIff72WwGg,100
|
2
2
|
ripple_down_rules/experts.py,sha256=MYK1-vuvU1Stp82YZa8TcwOzvriIiYb0WrPFpWUNnXc,13005
|
3
3
|
ripple_down_rules/helpers.py,sha256=X1psHOqrb4_xYN4ssQNB8S9aRKKsqgihAyWJurN0dqk,5499
|
4
|
-
ripple_down_rules/rdr.py,sha256=
|
4
|
+
ripple_down_rules/rdr.py,sha256=PaoNwbrwnZBjXXkIVO3_sz_MsNUBjfooxBs9RT3bb64,62081
|
5
5
|
ripple_down_rules/rdr_decorators.py,sha256=TRhbaB_ZIXN0n8Up19NI43_mMjmTm24qo8axAAOzbxM,11728
|
6
6
|
ripple_down_rules/rules.py,sha256=N4dEx-xyqxGZpoEYzRd9P5u97_DcDEVLY_UiNhZ4E7g,28726
|
7
7
|
ripple_down_rules/start-code-server.sh,sha256=otClk7VmDgBOX2TS_cjws6K0UwvgAUJhoA0ugkPCLqQ,949
|
@@ -17,8 +17,8 @@ ripple_down_rules/user_interface/ipython_custom_shell.py,sha256=yp-F8YRWGhj1PLB3
|
|
17
17
|
ripple_down_rules/user_interface/object_diagram.py,sha256=FEa2HaYR9QmTE6NsOwBvZ0jqmu3DKyg6mig2VE5ZP4Y,4956
|
18
18
|
ripple_down_rules/user_interface/prompt.py,sha256=e5FzVfiIagwKTK3WCKsHvWaWZ4kb8FP8X-SgieTln6E,9156
|
19
19
|
ripple_down_rules/user_interface/template_file_creator.py,sha256=kwBbFLyN6Yx2NTIHPSwOoytWgbJDYhgrUOVFw_jkDQ4,13522
|
20
|
-
ripple_down_rules-0.6.
|
21
|
-
ripple_down_rules-0.6.
|
22
|
-
ripple_down_rules-0.6.
|
23
|
-
ripple_down_rules-0.6.
|
24
|
-
ripple_down_rules-0.6.
|
20
|
+
ripple_down_rules-0.6.27.dist-info/licenses/LICENSE,sha256=ixuiBLtpoK3iv89l7ylKkg9rs2GzF9ukPH7ynZYzK5s,35148
|
21
|
+
ripple_down_rules-0.6.27.dist-info/METADATA,sha256=L_eYP6eqnQnZaLw-7FHIV774Yj_Q1IcJ9HAkkwP9um4,48294
|
22
|
+
ripple_down_rules-0.6.27.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
23
|
+
ripple_down_rules-0.6.27.dist-info/top_level.txt,sha256=VeoLhEhyK46M1OHwoPbCQLI1EifLjChqGzhQ6WEUqeM,18
|
24
|
+
ripple_down_rules-0.6.27.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|