Skip to content

Commit 00a0779

Browse files
committed
fixed tests
1 parent 3d11c2b commit 00a0779

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/Mutagenesis/Mutagenesis.jl

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ module Mutagenesis
44
using DataDeps, JSON
55
using ..MLDatasets: datafile
66

7+
const DEPNAME = "Mutagenesis"
8+
const DATA = "data.json"
9+
const METADATA = "meta.json"
10+
711
function __init__()
8-
DEPNAME = "Mutagenesis"
912
ORIGINAL_LINK = "https://relational.fit.cvut.cz/dataset/Mutagenesis"
1013
DATA_LINK = "https://raw.githubusercontent.com/CTUAvastLab/datasets/main/mutagenesis"
11-
DATA = "data.json"
12-
METADATA = "meta.json"
1314

1415
register(DataDep(
1516
DEPNAME,

0 commit comments

Comments
 (0)