Skip to content

Commit 2841a8a

Browse files
cleanup
1 parent 3fb887e commit 2841a8a

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

src/datasets/text/udenglish.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ function __init__udenglish()
2222
detail on the Website.
2323
""",
2424
"https://raw.githubusercontent.com/UniversalDependencies/UD_English-EWT/master/" .* [TRAINFILE, DEVFILE, TESTFILE],
25-
))
25+
"1475f7ced5b3d65c14dd18eabd2196047a10122f7085516a83d846b5516287bc"
26+
))
2627
end
2728

2829
"""

test/runtests.jl

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,6 @@ container_tests = [
5151
else
5252
@info "CI detected: skipping tests on large datasets"
5353
end
54-
55-
if !isempty(deprecated_interface)
56-
@info "Testing deprecated dataset interface"
57-
@testset "$(split(t,"/")[end])" for t in deprecated_interface
58-
include(t)
59-
end
60-
end
6154
end
6255

6356
@testset "Containers" begin

0 commit comments

Comments
 (0)