-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: integrating diagnosis tasks and removing error detection so it i…
…s not duplicating code
- Loading branch information
Showing
6 changed files
with
12 additions
and
72 deletions.
There are no files selected for viewing
12 changes: 6 additions & 6 deletions
12
flamapy/metamodels/pysat_diagnosis_metamodel/operations/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
from .glucose3_abstract_identifier import Glucose3AbstractIdentifier | ||
from .glucose3_conflict import Glucose3Conflict | ||
from .glucose3_diagnosis import Glucose3Diagnosis | ||
from .pysat_abstract_identifier import PySATAbstractIdentifier | ||
from .pysat_conflict import PySATConflict | ||
from .pysat_diagnosis import PySATDiagnosis | ||
|
||
|
||
__all__ = [ | ||
'Glucose3AbstractIdentifier', | ||
'Glucose3Diagnosis', | ||
'Glucose3Conflict' | ||
'PySATAbstractIdentifier', | ||
'PySATDiagnosis', | ||
'PySATConflict' | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...metamodel/operations/glucose3_conflict.py → ...is_metamodel/operations/pysat_conflict.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
53 changes: 0 additions & 53 deletions
53
flamapy/metamodels/pysat_metamodel/operations/pysat_error_detection.py
This file was deleted.
Oops, something went wrong.