Skip to content

Commit

Permalink
formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-alt committed Oct 30, 2024
1 parent 98ab3db commit 0199263
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/generators/full_runs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ for (key, generator_) in generators
)
using CounterfactualExplanations:
counterfactual_probability
if counterfactual.convergence isa Convergence.DecisionThresholdConvergence
if counterfactual.convergence isa
Convergence.DecisionThresholdConvergence
# Accounting for fact that currently, PROBE always get InvalidationRateConvergence.
@test !Convergence.converged(
counterfactual.convergence, counterfactual
Expand Down

0 comments on commit 0199263

Please sign in to comment.