Skip to content

Commit

Permalink
disable smeagle for now
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 Aug 1, 2022
1 parent 65e340c commit 41c6363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spliced/predict/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def get_predictors(names=None):
"""
names = names or []
predictors = {
"smeagle": SmeaglePrediction(),
# "smeagle": SmeaglePrediction(),
"symbols": SymbolsPrediction(),
"libabigail": LibabigailPrediction(),
"spack-test": SpackTest(),
Expand Down

0 comments on commit 41c6363

Please sign in to comment.