Skip to content

Commit

Permalink
Minor fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
giopaglia committed Oct 29, 2024
1 parent aa91851 commit e65107b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/interpretation-sets.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ using SoleData
X, y = load_data("iris")
X = Float64.(X)
X_df = DataFrame(X, :auto)
s = scalarlogiset(X_df)

s = scalarlogiset(X_df; allow_propositional = true)
myalphabet = @test_nowarn alphabet(s)
a = @test_nowarn atoms(myalphabet)[1]
@test_nowarn [check(a, i) for i in SoleLogics.eachinstance(s)]

0 comments on commit e65107b

Please sign in to comment.