Skip to content

Commit

Permalink
fix: naming problem with the diagnosis class
Browse files Browse the repository at this point in the history
  • Loading branch information
jagalindo committed Nov 8, 2023
1 parent 619e7ba commit 0283cc2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from .diagnosis.hsdag.labeler.fastdiag_labeler import FastDiagParameters, FastDiagLabeler


class PySAT3Diagnosis(PySATAbstractIdentifier):
class PySATDiagnosis(PySATAbstractIdentifier):
"""
An operation that computes diagnoses and conflict sets
using the combination of HSDAG and FastDiag algorithms.
Expand Down

0 comments on commit 0283cc2

Please sign in to comment.