Skip to content

Commit

Permalink
Update cluster_rules error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Zapiano committed Nov 19, 2024
1 parent fbdb3e1 commit 597ff39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analysis/rule_extraction.jl
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ function cluster_rules(
variable_factors::Vector{Symbol} = factors[variable_factors_filter]

if isempty(variable_factors)
throw(ArgumentError("Factors of interest have to be non constant."))
throw(ArgumentError("Factors of interest cannot be constant"))
end

X = scenarios[:, variable_factors]
Expand Down

0 comments on commit 597ff39

Please sign in to comment.