Skip to content

Commit

Permalink
Fixes to tomls
Browse files Browse the repository at this point in the history
  • Loading branch information
giopaglia committed Feb 2, 2024
1 parent 8f9feee commit 4177cf8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
7 changes: 4 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
ThreadsX = "ac1d9e8a-700a-412c-b207-f0111f4b6c0d"

[compat]
ModalDecisionTrees = "0.2"
SoleData = "0.11"
ModalDecisionTrees = "0.2 - 0.3"
Random = "1"
SoleData = "0.12"
SoleLogics = "0.6"
SoleModels = "0.4"
SoleModels = "0.5"
julia = "1"

[extras]
Expand Down
3 changes: 3 additions & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
SolePostHoc = "cf1aa0c3-12c9-4ebe-9bdc-bd6c2ca79b72"

[compat]
Documenter = "1"
1 change: 0 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ makedocs(;

deploydocs(;
repo = "github.com/aclai-lab/SolePostHoc.jl",
devbranch = "main",
target = "build",
branch = "gh-pages",
versions = ["main" => "main", "stable" => "v^", "v#.#", "dev" => "dev"],
Expand Down
2 changes: 1 addition & 1 deletion src/intrees.jl
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function intrees(
[`rulemetrics`](@ref).
"""
function prune_rule(
r::Rule{O,<:LeftmostConjunctiveForm} # TODO add Top? and nchildren
r::Rule{O,<:LeftmostConjunctiveForm} # TODO use nchildren..?
) where {O}
nruleconjuncts = nconjuncts(r)
E_zero = rulemetrics(r,X,Y)[:error]
Expand Down

0 comments on commit 4177cf8

Please sign in to comment.