Skip to content

Commit 9614ace

Browse files
committed
typo
1 parent 15f7a44 commit 9614ace

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/MLJModelInterface.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export matrix, int, classes, decoder, table,
3838
nrows, selectrows, selectcols, select
3939

4040
# equality
41-
export is_same_except, isrespresented
41+
export is_same_except, isrepresented
4242

4343
# re-exports from ScientificTypes
4444
export Scientific, Found, Unknown, Known, Finite, Infinite,

test/equality.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,6 @@ end
9797
@test isrepresented(p, models)
9898
end
9999

100+
end
100101

101102
true

0 commit comments

Comments
 (0)