Skip to content

Commit

Permalink
Fix nparameters
Browse files Browse the repository at this point in the history
  • Loading branch information
giopaglia committed Nov 13, 2024
1 parent 0a842f1 commit 928c1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/algebras/worlds.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ struct OneWorld <: AbstractWorld end

inlinedisplay(w::OneWorld) = ""

nparameters(::OneWorld) = 0
nparameters(::Type{<:OneWorld}) = 0

# A propositional world is compatible with 0-dimensional datasets
goeswithdim(::Type{OneWorld}, ::Val{0}) = true
Expand Down

0 comments on commit 928c1b0

Please sign in to comment.