Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
giopaglia committed Aug 13, 2023
1 parent 9cb0eef commit f33875b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/logisets/scalar/dataset-bindings.jl
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,9 @@ function scalarlogiset(
featvaltype = eltype(dataset)
conditions = naturalconditions(dataset, features, featvaltype)
features = unique(feature.(conditions))
if use_onestep_memoization == false
conditions = nothing
end
else
if !all(f->f isa VarFeature, features) # or AbstractFeature
error("Unexpected case (TODO). " *
Expand Down

0 comments on commit f33875b

Please sign in to comment.