Skip to content

Commit

Permalink
dont disable libabigail, etc
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Apr 19, 2022
1 parent 04c81b3 commit bea70f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spliced/predict/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ def get_predictors(names=None):
predictors = {
# "smeagle": SmeaglePrediction(),
# "symbolator": SymbolatorPrediction(),
#"libabigail": LibabigailPrediction(),
#"spack-test": SpackTest(),
"libabigail": LibabigailPrediction(),
"spack-test": SpackTest(),
}
if names:
keepers = {}
Expand All @@ -24,6 +24,6 @@ def get_predictors(names=None):
predictors = keepers

# Provide the actual no matter what
# predictors["actual"] = Actual()
predictors["actual"] = Actual()

return predictors

0 comments on commit bea70f1

Please sign in to comment.